Files
wolfssl/src
Marco Oliverio b1b49c9ffb dtls13: always send ACKs on detected retransmission
Otherwise the connection can stall due the indefinite delay of an explicit ACK,
for exapmle:

 -> client sends the last Finished message
<- server sends the ACK, but the ACK is lost
 -> client rentrasmit the Finished message
 - server delay sending of the ACK until a fast timeout
 -> client rentrasmit the Finished message quicker than the server timeout
 - server resets the timeout, delaying sending the ACK
 -> client rentrasmit the Finished...
2025-06-16 14:19:32 +02:00
..
2025-04-09 14:40:00 +02:00
2025-06-04 10:23:53 -06:00
2025-06-07 12:38:18 +09:00
2025-04-22 14:43:01 -05:00
2025-06-09 08:31:54 +01:00