On 17/11/14 20:55, John Lane Schultz wrote: > I’m writing a non-blocking DTLS server + client. > > Is there a way to control the reliability timeouts that OpenSSL’s DTLS > implementation will use during the initial handshake? > > My application uses quite small timeouts for failure detection (e.g. - > sub-second timeouts) and, therefore, I want the DTLS handshake to proceed > quite quickly and redundantly / aggressively to overcome any network loss. > > Can anyone point me at any relevant documentation on this in OpenSSL?
A quick look at the code suggests to me that you can't change this. In 1.0.1j, ssl/d1_lib.c line 321 the default timeout is set to 1 second. I don't think its configurable. Matt ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org