mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 23:15:37 +00:00
remove invalid TODO comment
This commit is contained in:
parent
b1a90ad74a
commit
0b91888eb1
@ -1793,7 +1793,6 @@ tcp_receive(struct tcp_pcb *pcb)
|
||||
#if LWIP_TCP_SACK_OUT
|
||||
if (pcb->flags & TF_SACK) {
|
||||
/* Let's remove all SACKs from next's seqno up. */
|
||||
/* @todo: is this really allowed??? */
|
||||
tcp_remove_sacks_gt(pcb, next->tcphdr->seqno);
|
||||
}
|
||||
#endif /* LWIP_TCP_SACK_OUT */
|
||||
|
Loading…
Reference in New Issue
Block a user