X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FTcp4Dxe%2FTcp4Proto.h;h=01d6034b13c5657d6406387c605aa6cf1d1fbb3f;hb=ac8cca2a4dd777970811fb727c396e2585c2bba1;hp=5759b6b7dd7bffcfe20317073df0814e641a230b;hpb=e5eed7d3641d71d7ea539e5379ea9c6a5cd97004;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Proto.h b/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Proto.h index 5759b6b7dd..01d6034b13 100644 --- a/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Proto.h +++ b/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Proto.h @@ -1,7 +1,7 @@ /** @file Tcp Protocol header file. -Copyright (c) 2005 - 2009, Intel Corporation. All rights reserved.
+Copyright (c) 2005 - 2010, Intel Corporation. All rights reserved.
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,