netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Disable tcp MSS option in three way handshake?
@ 2012-10-25 22:27 Vincent Li
  2012-10-25 22:42 ` Eric Dumazet
  2012-10-25 22:50 ` Rick Jones
  0 siblings, 2 replies; 7+ messages in thread
From: Vincent Li @ 2012-10-25 22:27 UTC (permalink / raw)
  To: netdev@vger.kernel.org

Hi,

this sounds crazy, we have a weird situation that an unknown tcp
implementation not putting tcp MSS option in the SYN/ACK which caused
us some issue. I am tasked to mimic the unknown tcp immplementation on
not sending MSS in tcp SYN/ACK, I am wondering if I can achieve that
by modifying linux kernel tcp code,  there is socket option
TCP_MAXSEG, but that seems only affecting the size of MSS, not
removing the MSS option. do you have any pointer on how to do that in
kernel tcp code?

Thanks

Vincent

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-11-04  0:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-25 22:27 Disable tcp MSS option in three way handshake? Vincent Li
2012-10-25 22:42 ` Eric Dumazet
2012-10-25 22:52   ` Vincent Li
2012-10-25 23:15     ` Vijay Subramanian
2012-10-26 22:54   ` Vincent Li
2012-11-04  0:25   ` Jan Engelhardt
2012-10-25 22:50 ` Rick Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).