mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-07 15:04:39 +08:00
Removed debug code
This commit is contained in:
parent
ba4254231e
commit
a3ef33c56f
@ -1012,9 +1012,6 @@ tcp_receive(struct tcp_pcb *pcb)
|
|||||||
#if TCP_QUEUE_OOSEQ
|
#if TCP_QUEUE_OOSEQ
|
||||||
if (pcb->ooseq != NULL &&
|
if (pcb->ooseq != NULL &&
|
||||||
TCP_SEQ_LEQ(pcb->ooseq->tcphdr->seqno, seqno + inseg.len)) {
|
TCP_SEQ_LEQ(pcb->ooseq->tcphdr->seqno, seqno + inseg.len)) {
|
||||||
if (TCP_SEQ_LEQ(pcb->ooseq->tcphdr->seqno, seqno + inseg.len)) {
|
|
||||||
pcb->ooseq = pcb->ooseq;
|
|
||||||
}
|
|
||||||
if (pcb->ooseq->len > 0) {
|
if (pcb->ooseq->len > 0) {
|
||||||
/* We have to trim the second edge of the incoming
|
/* We have to trim the second edge of the incoming
|
||||||
segment. */
|
segment. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user