The patch acknowledges the TCP zero window probe message, either the format with 1 byte new data, or no new data. It also increases exponentially the interval between successive probes when performing TCP zero window probe.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10831 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** @file
|
||||
Tcp Protocol header file.
|
||||
|
||||
Copyright (c) 2005 - 2009, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2005 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
@@ -206,6 +206,7 @@ struct _TCP_CB {
|
||||
INT32 NextExpire; ///< Count down offset for the nearest timer
|
||||
UINT32 Idle; ///< How long the connection is in idle
|
||||
UINT32 ProbeTime; ///< The time out value for current window prober
|
||||
BOOLEAN ProbeTimerOn;///< If TRUE, the probe time is on.
|
||||
|
||||
//
|
||||
// RFC1323 defined variables, about window scale,
|
||||
|
Reference in New Issue
Block a user