X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FTcp4Dxe%2FTcp4Misc.c;fp=MdeModulePkg%2FUniversal%2FNetwork%2FTcp4Dxe%2FTcp4Misc.c;h=892d19b0721437c4ee7ce477227fe727480c3114;hb=ca12a0c83b7b889fc807cb2dd47356f0fd1253d6;hp=1a7c41aa0b564a2e2e770e6ff2f8cca2844f2dc9;hpb=3696ceaecb03fc8d66988649506f5f22a6526d1e;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Misc.c b/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Misc.c index 1a7c41aa0b..892d19b072 100644 --- a/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Misc.c +++ b/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Misc.c @@ -1,7 +1,7 @@ /** @file Misc support routines for tcp. -Copyright (c) 2005 - 2016, Intel Corporation. All rights reserved.
+Copyright (c) 2005 - 2017, 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 @@ -78,7 +78,8 @@ TcpInitTcbLocal ( // First window size is never scaled // Tcb->RcvWndScale = 0; - + Tcb->RetxmitSeqMax = 0; + Tcb->ProbeTimerOn = FALSE; }