Check the default base MSS in the Linux kernel

  • To see the default base MSS value:
sysctl net.ipv4.tcp_base_mss

Output

net.ipv4.tcp_base_mss = 1024 

tcp_base_mss

Linux command lines for TCP variables

In this article, we will discuss the Linux command lines for TCP variables.

Similar Reads

Find default TCP used in the Linux

Checking the default TCP in the Linux Kernel...

Enable TCP Fastopen

Checking the default setting of TFO in the Linux Kernel...

Enable Slow Start Restart congestion control algorithm

Checking the default setting of SSR in the Linux Kernel...

Enable window scaling

Checking the default setting of TCP Window Scaling in the Linux Kernel...

How to find default window scaling in Linux kernel

Checking the default value of  Window Scaling Factor in the Linux Kernel...

Enable the SACK option

Checking the default setting of SACK in the Linux Kernel...

Check timestamp setting

Check the default setting of TIMESTAMPS in the Linux kernel...

Check Low Latency setting:

Check the default setting of Low Latency in the Linux kernel...

Check the default Buffer Size

Check the default setting of Buffer Size in the Linux kernel...

Check the available and allowed TCP in the Linux kernel:

To see the available TCPs:...

Check the default base MSS in the Linux kernel

To see the default base MSS value:...

Check the default value of DUP-ACK for fast retransmit of the lost packet

To see the default value of DUP-ACK:...

See the default timeout for blackholing the TFO

Blackhole timeout for TFO:...

Number of retransmissions

The number of packet retransmission without involving the network layer:...

Default KeepAlive parameters in Linux kernel

Default keepalive timeout value:...