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/test
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
..
broker broker: support byte based queueing 9 years ago
lib Merge branch 'master' into develop 9 years ago
ssl Add client test for encrypted x509 keys. 12 years ago
Makefile Initial contribution. 12 years ago
fake_user.c Initial contribution. 12 years ago
mosq_test.py tests: support generating longer publish packets 9 years ago
msgsps_common.h Initial contribution. 12 years ago
msgsps_pub.c Initial contribution. 12 years ago
msgsps_sub.c Initial contribution. 12 years ago
packet-gen.c Last raft of renames for the moment. 11 years ago
qos.c Initial contribution. 12 years ago
to-test Initial contribution. 12 years ago