Nicolas Mallet wrote: > Audsin wrote: > >I wish to change the Maximum segment size > >of the TCP. Can you please help me , where i should change the MSS of the > >TCP. Can you tell me where the default size of the MSS mentioned? > > $ sysctl -a | grep mss > net.inet.tcp.mssdflt: 512 > net.inet.tcp.v6mssdflt: 1024 > > Ex: > $ sysctl -w net.inet.tcp.v6mssdflt=new_value
These don't work the way you'd think they work from their names. They are just initial (default) values, not bounds or limits. -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

