Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5209921c authored by Ilpo Järvinen's avatar Ilpo Järvinen Committed by David S. Miller
Browse files

tcp: remove obsoleted comment about different passes



This is obsolete since the passes got combined.

Signed-off-by: default avatarIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f72b5349
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2023,7 +2023,6 @@ void tcp_xmit_retransmit_queue(struct sock *sk)
		last_lost = tp->snd_una;
	}

	/* First pass: retransmit lost packets. */
	tcp_for_write_queue_from(skb, sk) {
		__u8 sacked = TCP_SKB_CB(skb)->sacked;