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 edited 23 Apr '17, 10:50 |
One Answer:
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 ♦♦ edited 15 Apr '17, 04:51 |