Hi
Is there a possibility to read out the TCP "MSS" option header of a Connections SYN packet or is this buried too deep in layers of layers of layers ?
Thanks
Hi
Is there a possibility to read out the TCP "MSS" option header of a Connections SYN packet or is this buried too deep in layers of layers of layers ?
Thanks
I'm pretty sure the latter is the case. You're shielded against the workings of the TCP stack by a platform-independent layer. Doing otherwise would make Java less portable.
If you insist, you have the option of doing socket I/O via JNI.