When multiple <SYN> segments are received, update the <SYN,ACK>
sent in response to the latest IP ECN and TCP ECN information.
On retransmitting the <SYN,ACK>, once ECN maxtries are done, not
only disable RFC3168 ECN, but AccECN also.
Differential D36875
tcp: update repeat <SYN,ACK> with latest IP ECN info rscheff on Oct 4 2022, 3:13 PM. Authored by Tags None Referenced Files
Details When multiple <SYN> segments are received, update the <SYN,ACK> On retransmitting the <SYN,ACK>, once ECN maxtries are done, not ''' // Create a listening TCP socket. // Establish a TCP connection. +0.95 <[noecn] SEWA 0:0(0) win 65535 <mss 1460, sackOK, eol, eol> +0.95 <[ect0] SEWA 0:0(0) win 65535 <mss 1460, sackOK, eol, eol> +0.95 <[ect1] SEWA 0:0(0) win 65535 <mss 1460, sackOK, eol, eol> +0.95 <[ce] SEWA 0:0(0) win 65535 <mss 1460, sackOK, eol, eol> RTO 1 (AccECN) +0.95 <[noecn] SEW 0:0(0) win 65535 <mss 1460, sackOK, eol, eol> RTO 1 '''
Diff Detail
|