]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Proto.h
The patch acknowledges the TCP zero window probe message, either the format with...
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Tcp4Dxe / Tcp4Proto.h
index 5759b6b7dd7bffcfe20317073df0814e641a230b..01d6034b13c5657d6406387c605aa6cf1d1fbb3f 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Tcp Protocol header file.\r
 \r
-Copyright (c) 2005 - 2009, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2005 - 2010, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -206,6 +206,7 @@ struct _TCP_CB {
   INT32             NextExpire;  ///< Count down offset for the nearest timer\r
   UINT32            Idle;        ///< How long the connection is in idle\r
   UINT32            ProbeTime;   ///< The time out value for current window prober\r
+  BOOLEAN           ProbeTimerOn;///< If TRUE, the probe time is on.\r
 \r
   //\r
   // RFC1323 defined variables, about window scale,\r