> I am trying to modify TCP code in Linux for efficiency with mobile =
> systems. I want to modify the MSS and make it 2200bytes as this is the =
> size supported by IEEE802.11 for mobile systems. Can you please give me =
> a pointer as to where I have to modify it (which file etc..). Do I have =
> to change a lot of the code?


You don't need to change anything. If your 802.11 driver offers an MTU of
2240 then you will get a TCP MSS of 2200 bytes. simple as that

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]
  • mtu Sandeep Agarwal
    • Alan Cox

Reply via email to