]> 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 da88bff19469ceaa93dc3a0beccdec4ebc687421..01d6034b13c5657d6406387c605aa6cf1d1fbb3f 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   Tcp Protocol header file.\r
 \r
-Copyright (c) 2005 - 2009, Intel Corporation<BR>\r
-All rights reserved. This program and the accompanying materials\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
 http://opensource.org/licenses/bsd-license.php<BR>\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