remove invalid TODO comment

This commit is contained in:
goldsimon 2017-07-04 20:09:41 +02:00
parent b1a90ad74a
commit 0b91888eb1

View File

@ -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 */