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.
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 | 11 years ago | |
Makefile | 10 years ago | |
html.xsl | 10 years ago | |
libmosquitto.3.xml | 10 years ago | |
manpage.xsl | 12 years ago | |
mosquitto-tls.7.xml | 10 years ago | |
mosquitto.8.xml | 9 years ago | |
mosquitto.conf.5.xml | 9 years ago | |
mosquitto_passwd.1.xml | 10 years ago | |
mosquitto_pub.1.xml | 10 years ago | |
mosquitto_sub.1.xml | 9 years ago | |
mqtt.7.xml | 10 years ago |