[Top][All Lists]
[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: |
Woody Wu |
Subject: |
[lwip-devel] [bug #36234] LISTEN send RST for incoming ACKs with seqno == ackno + 1 |
Date: |
Wed, 18 Apr 2012 02:45:24 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.122 Safari/534.30 |
URL:
<http://savannah.nongnu.org/bugs/?36234>
Summary: LISTEN send RST for incoming ACKs with seqno ==
ackno + 1
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: narke
Submitted on: Wed 18 Apr 2012 02:45:24 AM GMT
Category: TCP
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release:
lwIP version: 1.4.0
_______________________________________________________
Details:
Hi,
For the reset generation, page 35 of RFC 793 says,
If the incoming segment has an ACK field, the reset takes its
sequence number from the ACK field of the segment, otherwise the
reset has sequence number zero and the ACK field is set to the sum
of the sequence number and segment length of the incoming segment.
But according to my test, when pcb is in LISTEN state and received a ACK, the
reset segment it sent out has a seqno of ackno + 1 of the incoming ACK.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?36234>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [bug #36234] LISTEN send RST for incoming ACKs with seqno == ackno + 1,
Woody Wu <=