CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/17 16:21:20
Modified files:
regress/lib/libssl/dtls: dtlstest.c
Log message:
Improve client retransmit handling in DTLS regress.
In these DTLS regress tests we can have the server complete its handshake,
while the client has not and needs to trigger retransmissions. If the
server is done but the client is not, continue to do zero-byte reads so
that we process any retransmitted messages appropriately.
