문제

Or: What is the maximum payload size for a TCP/IPv4 packet.

Much appreciated!

Cheers.

도움이 되었습니까?

해결책

The MTU of an IP packet is the entire packet, including all IP and higher level headers (such as TCP headers) and payload. Lower level headers (such as Ethernet frames) are not included since they're not IP's concern. However the actual MTU value is influenced by the lower levels, as there's usually a limit, and IP has to stick to it.

다른 팁

MTU = IP Header + Tcp Segment

MSS = Data(doesn't include TCP header)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top