By default when we say about MSS for TCP ethernet packet 1460 and MTU is 1500.
MSS = MTU - 20(IP header) - 20(TCP Header) = 1460
from the above the TCP header is calculated without any options
in TCP header.
In case if any packet consists option
value in TCP header it will reduce the MSS size or not?
Then what will be the MSS size presence of option
in TCP header