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? |
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 |