MSS는 TCP상에서의 전송할 수 있는 사용자 데이터의 최대크기
MTU(1500byte) - IP header(20byte) - TCP header(20byte) = 1460byte(MSS)
MSS + Header ≤ MTU
send()호출시 보내는 데이타크기를 1460byte로 하자
segmentation 않할려구..
참고로 UDP header 는 8byte
maximum transmission unit (MTU)
MTU(1500byte) - IP header(20byte) - TCP header(20byte) = 1460byte(MSS)
MSS + Header ≤ MTU
send()호출시 보내는 데이타크기를 1460byte로 하자
segmentation 않할려구..
참고로 UDP header 는 8byte
maximum transmission unit (MTU)