[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [patch #10106] tcp_in : fix ooseq update error
From: |
Eric.Wu |
Subject: |
[lwip-devel] [patch #10106] tcp_in : fix ooseq update error |
Date: |
Thu, 9 Sep 2021 08:56:51 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36 |
URL:
<https://savannah.nongnu.org/patch/?10106>
Summary: tcp_in : fix ooseq update error
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: duckpowermb
Submitted on: Thu 09 Sep 2021 12:56:49 PM UTC
Category: TCP
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
_______________________________________________________
Details:
if a pbuf received with the same seqno in ooseq ,
we then check the size and replace the existing one
with the larger one,but if the existing one is the
last segment in ooseq ,it might has been trimed before.
the replacing action will overrun our receive windows
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Thu 09 Sep 2021 12:56:49 PM UTC Name:
0001-tcp_in-fix-ooseq-update-error.patch Size: 1KiB By: duckpowermb
<http://savannah.nongnu.org/patch/download.php?file_id=51885>
_______________________________________________________
Reply to this item at:
<https://savannah.nongnu.org/patch/?10106>
_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/
- [lwip-devel] [patch #10106] tcp_in : fix ooseq update error,
Eric.Wu <=