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>
2016-09-09 17:27:39 +00:00
..
CMakeLists.txt [458843] Fix man page installation for cmake. 2015-01-30 21:29:08 +00:00
html.xsl Revert man page to html rather than php. 2015-10-15 16:13:44 +01:00
libmosquitto.3.xml "retained" -> "want_retained". 2016-01-26 17:10:54 +00:00
Makefile Revert man page to html rather than php. 2015-10-15 16:13:44 +01:00
manpage.xsl Initial contribution. 2014-05-07 23:27:00 +01:00
mosquitto_passwd.1.xml Revert man page to html rather than php. 2015-10-15 16:13:44 +01:00
mosquitto_pub.1.xml Default to using port 8883 when using TLS. 2016-05-16 21:56:15 +01:00
mosquitto_sub.1.xml Remove -x from mosquitto_sub - this is provided by -F now. 2016-08-10 12:24:43 +01:00
mosquitto-tls.7.xml Revert man page to html rather than php. 2015-10-15 16:13:44 +01:00
mosquitto.8.xml broker: track stored messages in bytes as well as count 2016-08-17 10:35:26 +00:00
mosquitto.conf.5.xml broker: support byte based queueing 2016-09-09 17:27:39 +00:00
mqtt.7.xml Merge fixes into develop. 2016-01-06 21:10:34 +00:00