Xuelei, Is there an existing method for determining valid PMTU from inside of Java? If not then supplying correct segment size to whatever DTLSEngine (or however it's named) class would be non-trivial and could require native code.
If there is not such support, then a separate spec would be needed to add that support, before it would be possible to get the new DTLS support to work very reliably. Matthew. On Thu, Mar 20, 2014 at 07:19:06AM +0800, Xuelei Fan wrote: > Hi, > > Please review the JDK Enhancement Proposal, Support Datagram Transport > Layer Security (DTLS) version 1.0 (RFC 4347) and 1.2 (RFC 6347) in the > JSSE API and the SunJSSE security provider. Detailed, please refer to > the draft JEP: > > http://cr.openjdk.java.net/~xuelei/7093601/jep-dtls-v00.txt > > Feel free to make comment and send your feedback to the alias. > > Thanks, > Xuelei
