Richard Scheffenegger a743fc8826 tcp: fix cwnd restricted SACK retransmission loop
While doing the initial SACK retransmission segment while heavily cwnd
constrained, tcp_ouput can erroneously send out the entire sendbuffer
again. This may happen after an retransmission timeout, which resets
snd_nxt to snd_una while the SACK scoreboard is still populated.

Reviewed By:		tuexen, #transport
PR:			264257
PR:			263445
PR:			260393
MFC after:		3 days
Sponsored by:		NetApp, Inc.
Differential Revision:	https://reviews.freebsd.org/D36637
2022-09-22 13:28:43 +02:00
..
2022-05-31 21:06:14 +00:00
2022-08-01 10:02:12 +00:00
2022-08-01 08:52:26 +00:00
2022-05-07 18:17:33 +02:00
2022-08-30 15:09:21 -07:00
2022-03-22 07:38:01 -05:00
2022-05-14 06:28:19 +02:00
2022-04-12 14:58:59 -07:00
2022-08-03 17:28:15 +02:00
2022-03-29 21:09:51 +02:00
2022-03-29 21:09:51 +02:00
2022-03-29 01:50:17 +02:00
2022-05-23 16:09:23 +02:00
2022-09-12 19:20:10 +02:00
2022-09-22 12:12:11 +02:00
2022-08-23 09:17:05 -04:00