You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/man
Karl Palsson c6aac741c2 broker: support byte based queueing
Limiting queued message depth purely based on message count is hard to
control for memory constrained devices.  The size of messages can vary
wildly, from a few bytes, to a few kilobytes.  Support a new
max_queued_bytes option, and drop packets when the first limit is
reached.  Option defaults to 0 (disabled) by default.
Support also a max_inflight_bytes variable, with similar behaviour.

Fixes (partof) https://github.com/eclipse/mosquitto/issues/100

This pulls up some helper routines for calculating whether to allow
inflight or queuing, resolving some inconsistences in connection
resumption.

Signed-off-by: Karl Palsson <karlp@etactica.com>
9 years ago
..
CMakeLists.txt [458843] Fix man page installation for cmake. 11 years ago
Makefile Revert man page to html rather than php. 10 years ago
html.xsl Revert man page to html rather than php. 10 years ago
libmosquitto.3.xml "retained" -> "want_retained". 10 years ago
manpage.xsl Initial contribution. 12 years ago
mosquitto-tls.7.xml Revert man page to html rather than php. 10 years ago
mosquitto.8.xml broker: track stored messages in bytes as well as count 9 years ago
mosquitto.conf.5.xml broker: support byte based queueing 9 years ago
mosquitto_passwd.1.xml Revert man page to html rather than php. 10 years ago
mosquitto_pub.1.xml Default to using port 8883 when using TLS. 10 years ago
mosquitto_sub.1.xml Remove -x from mosquitto_sub - this is provided by -F now. 9 years ago
mqtt.7.xml Merge fixes into develop. 10 years ago