mosquitto/test/lib
Roger A. Light cdbe62c2bb Outgoing messages with QoS>0 are no longer retried after a timeout.
This change in behaviour can be justified by considering when the
timeout may have occurred.

* If a connection is unreliable and has dropped, but without one end
  noticing, the messages will be retried on reconnection. Sending
  additional PUBLISH or PUBREL would not have changed anything.

* If a client is overloaded/unable to respond/has a slow connection then
  sending additional PUBLISH or PUBREL would not help the client catch
  up. Once the backlog has cleared the client will respond. If it is not
  able to catch up, sending additional duplicates would not help either.
2015-05-24 11:59:53 +01:00
..
c Outgoing messages with QoS>0 are no longer retried after a timeout. 2015-05-24 11:59:53 +01:00
cpp Outgoing messages with QoS>0 are no longer retried after a timeout. 2015-05-24 11:59:53 +01:00
01-con-discon-success.py Configure client tests for valgrind. 2014-07-01 22:02:06 +01:00
01-keepalive-pingreq.py Configure client tests for valgrind. 2014-07-01 22:02:06 +01:00
01-no-clean-session.py Configure client tests for valgrind. 2014-07-01 22:02:06 +01:00
01-unpwd-set.py Configure client tests for valgrind. 2014-07-01 22:02:06 +01:00
01-will-set.py Configure client tests for valgrind. 2014-07-01 22:02:06 +01:00
01-will-unpwd-set.py Configure client tests for valgrind. 2014-07-01 22:02:06 +01:00
02-subscribe-qos0.py Configure client tests for valgrind. 2014-07-01 22:02:06 +01:00
02-subscribe-qos1.py Configure client tests for valgrind. 2014-07-01 22:02:06 +01:00
02-subscribe-qos2.py Configure client tests for valgrind. 2014-07-01 22:02:06 +01:00
02-unsubscribe.py Configure client tests for valgrind. 2014-07-01 22:02:06 +01:00
03-publish-b2c-qos1.py Configure client tests for valgrind. 2014-07-01 22:02:06 +01:00
03-publish-b2c-qos2.py Outgoing messages with QoS>0 are no longer retried after a timeout. 2015-05-24 11:59:53 +01:00
03-publish-c2b-qos1-disconnect.py Configure client tests for valgrind. 2014-07-01 22:02:06 +01:00
03-publish-c2b-qos2-disconnect.py Fix use of "dup" with pubrel, subscribe, unsubscribe. 2014-11-19 21:28:52 +00:00
03-publish-c2b-qos2.py Configure client tests for valgrind. 2014-07-01 22:02:06 +01:00
03-publish-qos0-no-payload.py Configure client tests for valgrind. 2014-07-01 22:02:06 +01:00
03-publish-qos0.py Configure client tests for valgrind. 2014-07-01 22:02:06 +01:00
04-retain-qos0.py Configure client tests for valgrind. 2014-07-01 22:02:06 +01:00
08-ssl-bad-cacert.py Configure client tests for valgrind. 2014-07-01 22:02:06 +01:00
08-ssl-connect-cert-auth-enc.py Add executable permissions. 2014-11-17 22:42:44 +00:00
08-ssl-connect-cert-auth.py Configure client tests for valgrind. 2014-07-01 22:02:06 +01:00
08-ssl-connect-no-auth.py Configure client tests for valgrind. 2014-07-01 22:02:06 +01:00
08-ssl-fake-cacert.py Configure client tests for valgrind. 2014-07-01 22:02:06 +01:00
09-util-topic-matching.py Test fixes. 2014-07-01 22:33:03 +01:00
09-util-topic-tokenise.py Test fixes. 2014-07-01 22:33:03 +01:00
Makefile Outgoing messages with QoS>0 are no longer retried after a timeout. 2015-05-24 11:59:53 +01:00