From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.kraftway.ru (relay.kraftway.ru [91.198.14.19]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id EC6432194EB69 for ; Thu, 20 Apr 2017 02:39:25 -0700 (PDT) Received: from M-MAIL1.kraftway.lan ([169.254.1.160]) by m-mailgate1.kraftway.lan ([10.0.1.203]) with mapi id 14.03.0319.002; Thu, 20 Apr 2017 12:39:24 +0300 From: "atepin@kraftway.ru" To: "edk2-devel@lists.01.org" CC: "Fu, Siyuan" , "Ye, Ting" , "feng.tian@intel.com" , "Wu, Jiaxin" Thread-Topic: [PATCH v2 0/2] Add wnd scale check before shrinking window Thread-Index: AQHSubcam8hwTcYt60CkADFG1M3WqKHNzkOA Date: Thu, 20 Apr 2017 09:39:24 +0000 Message-ID: References: In-Reply-To: Accept-Language: ru-RU, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.0.1.146] MIME-Version: 1.0 Subject: Re: [PATCH v2 0/2] Add wnd scale check before shrinking window X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2017 09:39:26 -0000 Content-Language: en-US Content-Type: text/plain; charset="koi8-r" Content-ID: <1DAE58CB472E524AB6F1BD12ACB10477@kraftway.ru> Content-Transfer-Encoding: quoted-printable I'm adding recipients from previous thread. Regards, Andrey On 20.04.2017 12:30, =F4=A3=D0=C9=CE =E1=CE=C4=D2=C5=CA =F3=C5=D2=C7=C5=C5= =D7=C9=DE wrote: > This is an updated patch. Previous patch can be found in thread named > "Fix unconditional window shrinking" here: > https://lists.01.org/pipermail/edk2-devel/2017-March/009129.html > > Andrey Tepin (2): > NetworkPkg/TcpDxe: Add wnd scale check before shrinking window > MdeModulePkg/Tcp4Dxe: Add wnd scale check before shrinking window > > MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Input.c | 15 ++++++++++++++- > NetworkPkg/TcpDxe/TcpInput.c | 15 ++++++++++++++- > 2 files changed, 28 insertions(+), 2 deletions(-) >