lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #36234] LISTEN send RST for incoming ACKs with seqno =


From: Esa Hill
Subject: [lwip-devel] [bug #36234] LISTEN send RST for incoming ACKs with seqno == ackno + 1
Date: Wed, 03 Apr 2013 12:29:00 +0000
User-agent: Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.14

Follow-up Comment #3, bug #36234 (project lwip):

We had similar issue where RST ACK had sequency number +1. I think that the
patch I included fixes this.

The patch is to STABLE-1_4_1

Details are here:
http://lists.nongnu.org/archive/html/lwip-users/2013-03/msg00037.html

Change was done to tcp.c:375 
seqno = pcb->snd_nxt; => seqno = pcb->lastack;

(file #27754)
    _______________________________________________________

Additional Item Attachment:

File name: rst_ack.patch                  Size:0 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?36234>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]