This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

TCP analysis

0

How does TCP anaysis duplicate ACK (tcp.analysis.duplicate_ack), TCP analysis RTT (tcp.analysis.ack_rtt), Fast retransmission (tcp.analysis.fast_retransmission) affect the evaluation (estimation) of TCP congestion window (cwnd)? Will my evaluation without these analysis parameters be meaningful for estimating TCP cwnd?

asked 15 Apr '17, 03:33

armodes's gravatar image

armodes
16181923
accept rate: 0%

edited 23 Apr '17, 10:50


One Answer:

1

Interesting question, but I guess you'll have to start reading TCP stack code now, most likely of the Linux kernel (because it's available), e.g.:

https://github.com/torvalds/linux/blob/master/net/ipv4/tcp.c

answered 15 Apr '17, 04:50

Jasper's gravatar image

Jasper ♦♦
23.8k551284
accept rate: 18%

edited 15 Apr '17, 04:51