cyclonedds/src/core/ddsi
Erik Boasson 228aa71967 TLS1.3 requires handling "spurious reads"
With TLS1.3 the socket can indicate data is available even when there is no application data. This commit ignores a 0-byte read when no data is required. Long-term, handling short reads/writes in TCP mode need to be handled completely differently, but that is a story for another day.

Signed-off-by: Erik Boasson <eb@ilities.com>
2019-02-01 10:39:49 +01:00
..
include/ddsi TLS1.3 requires handling "spurious reads" 2019-02-01 10:39:49 +01:00
src TLS1.3 requires handling "spurious reads" 2019-02-01 10:39:49 +01:00
.fileids Simplify logging and remove unwanted functions from abstraction layer 2018-11-30 23:42:19 +01:00
CMakeLists.txt code cleanup: replacement of lots of function-like macros by inline functions, removal of unnecessary casts 2019-01-17 10:18:14 +01:00