|
|
|
|
|
by lxgr
607 days ago
|
|
> In practice retransmits are rare between my endpoints You seem to be mistaken about how (most) TCP implementations work. They regularly trigger packet loss and retransmissions as part of their mechanism to determine the optimal transmission rate over an entire path (made up of potentially multiple point-to-point connections with dynamically varying capacity). That mechanism breaks down horribly when using TCP-over-TCP. |
|
That would give the lower TCP enough time to transmit the original segment.