> how can you find the default maximum segement size (mss) in
> Linux 2.2.19?
AFAIK the MSS defaults to the MTU of the network interface the
packet will be sent to. You can change it for any given route like
this:
route add default gw foobar mss 1460
-- -=[ Count Zero / TBH - Jussi Hämäläinen - email count@theblah.org ]=-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/