On Thu May 14 2009, Animesh Chowdhury wrote: > Hi, > I've run into an problem where the data that I need to send to the client is > more than 16KB. How do I set up the session so that I can do the maximum > fragment length negotiation ? > Any example code related to this will be extremely helpful. > I'm using openssl0.9.8j . > Also if someone can tell me since which release openssl supports this TLS > extension that'll be great. > Much appreciated. > Thanks. > Animesh >
Q: Why? This is a stream protocol - dump your data in at this end, it shows up at the other. Who cares what happens to it in-between? Even if you could reliably discover the maximum mtu along the path (at the moment) to the destination - that might well change before (or during) the data transmission outside of your control. That is just the way TCP/IP works - which is what is transporting your session and data. Mike ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org