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/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.
11 years ago
..
cpp Add client support for MQTT v3.1.1. 11 years ago
CMakeLists.txt Code reorganise. 11 years ago
Makefile Code reorganise. 11 years ago
dummypthread.h Initial contribution. 12 years ago
linker.version Add client support for MQTT v3.1.1. 11 years ago
logging_mosq.c mosquitto__log_printf -> log__printf 11 years ago
logging_mosq.h mosquitto__log_printf -> log__printf 11 years ago
memory_mosq.c Sys -> user includes. 11 years ago
memory_mosq.h Change internal funcs _foo_bar() to foo__bar(). 11 years ago
messages_mosq.c Outgoing messages with QoS>0 are no longer retried after a timeout. 11 years ago
messages_mosq.h Rename message functions. 11 years ago
mosquitto.c Outgoing messages with QoS>0 are no longer retried after a timeout. 11 years ago
mosquitto.h Outgoing messages with QoS>0 are no longer retried after a timeout. 11 years ago
mosquitto_internal.h Outgoing messages with QoS>0 are no longer retried after a timeout. 11 years ago
mqtt3_protocol.h Initial contribution. 12 years ago
net_mosq.c Last raft of renames for the moment. 11 years ago
net_mosq.h Last raft of renames for the moment. 11 years ago
packet_mosq.c Last raft of renames for the moment. 11 years ago
packet_mosq.h Rename/reorganise packet functions. 11 years ago
read_handle.c Last raft of renames for the moment. 11 years ago
read_handle.h Last raft of renames for the moment. 11 years ago
read_handle_client.c Outgoing messages with QoS>0 are no longer retried after a timeout. 11 years ago
read_handle_shared.c mosquitto__log_printf -> log__printf 11 years ago
send_client_mosq.c mosquitto__log_printf -> log__printf 11 years ago
send_mosq.c mosquitto__log_printf -> log__printf 11 years ago
send_mosq.h Big set of function renames. 11 years ago
socks_mosq.c Last raft of renames for the moment. 11 years ago
socks_mosq.h Big set of function renames. 11 years ago
srv_mosq.c mosquitto__log_printf -> log__printf 11 years ago
thread_mosq.c Sys -> user includes. 11 years ago
time_mosq.c Initial contribution. 12 years ago
time_mosq.h Initial contribution. 12 years ago
tls_mosq.c Change internal funcs _foo_bar() to foo__bar(). 11 years ago
tls_mosq.h Change internal funcs _foo_bar() to foo__bar(). 11 years ago
util_mosq.c Last raft of renames for the moment. 11 years ago
util_mosq.h Rename/reorganise packet functions. 11 years ago
will_mosq.c Big set of function renames. 11 years ago
will_mosq.h Big set of function renames. 11 years ago