TCP Connection hang - MSS again

Eugene Grosbein eugen at grosbein.net
Mon Apr 5 10:24:02 UTC 2021


05.04.2021 16:44, Rozhuk Ivan wrote:

> Is any other other options to work around this?

Yes. Each entry in the routing table has "mtu" attribute limiting TCP MSS, too.
You should use default route with -mtu 1500 attribute. For example, in /etc/rc.conf:

defaultroute="X.X.X.X -mtu 1500"



More information about the freebsd-net mailing list