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
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to