On Sun, Aug 31, 2014 at 09:34:50AM -0400, Salz, Rich wrote: > I don't know if you can do partial writes over UDP. You might > look at section 4.1 of this original paper: > https://crypto.stanford.edu/~nagendra/papers/dtls.pdf
It seems fairly obvious to me that partial writes don't make sense for DTLS which is a datagram service. Perhaps my intuition is wrong, but I would only expect partial writes to work with a stream service, such as TLS. With DTLS the application needs to construct well formed datagrams each of which is sent atomically. -- Viktor. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org