cyclonedds/src
Erik Boasson 0ee65ecab0 Always send HEARTBEAT following retransmit
The writer may well block at some point while retransmitting (and
certainly when retransmits are prioritised), and so there are two
reasons for sending a HEARTBEAT: one is that the reader needs it before
it can request more missing samples, the other is that the writer may
require a acknowledgement.

The change only affects the cases where the most recently transmitted
sample (there may be later ones currently being packed into a message)
had to be retransmitted.

Signed-off-by: Erik Boasson <eb@ilities.com>
2020-07-06 11:40:56 +02:00
..
core Always send HEARTBEAT following retransmit 2020-07-06 11:40:56 +02:00
ddsrt Remove from ddsrt dynlib and filesystem when building FreeRTOS 2020-06-11 18:04:30 +02:00
idlc Distinguish signed, float in type descriptor 2020-05-16 11:38:05 +02:00
mpt Remove some dead stores signalled by clang analyzer 2020-06-08 15:31:32 +02:00
security Compile applink.c with -D_CRT_SECURE_NO_WARNINGS 2020-06-26 11:47:56 +02:00
tools Quick-n-dirty statistics framework 2020-07-06 11:40:56 +02:00
CMakeLists.txt move options above where they're used to generate features header 2020-06-18 12:55:36 +02:00
features.h.in Generate header with compile-time features 2020-03-26 08:46:26 +01:00