-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tcp_in: Fix for potential segment overflow
The TCP MSS is 1436, assuming that the received packet length is 1436, the disordered queue will change in order because of the arrival of this packet. Make sure that the total length of this package and the shuffled package does not exceed the window picked from 7285b846 Ref IDF-4852
- Loading branch information
1 parent
a46014d
commit 9d6459e
Showing
1 changed file
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters