We are capturing a file transfer from machine 1 to machine 2 via Wireshark. While I am unable to capture any/few retransmission errors, other guy is able to capture around 10 to 15 retransmission errors and underrun errors.
On analysing the wire-shark capture, I find that the major difference is that SACK_PERM
flag is not set in my capture, whereas SACK_PERM=1
in other capture.
Below is
8535 7.272671 172.23.165.254 10.108.32.29 TCP 62
[TCP Retransmission] 29537 → 389 [SYN] Seq=0 Win=8192 Len=0 MSS=1460 SACK_PERM=1
Can anyone explain the effects of SACK_PERM
flag
in a network transmission?
Thanks in advance.