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
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.
11 years ago
..
broker Outgoing messages with QoS>0 are no longer retried after a timeout. 11 years ago
lib Outgoing messages with QoS>0 are no longer retried after a timeout. 11 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 Don't free here, leads to potential double free. 11 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