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 CB49621954088 for ; Thu, 20 Apr 2017 02:30:42 -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:30:38 +0300 From: "atepin@kraftway.ru" To: "edk2-devel@lists.01.org" Thread-Topic: [PATCH v2 0/2] Add wnd scale check before shrinking window Thread-Index: AQHSubjErVlXJnAizE6WNiltX4mVZw== Date: Thu, 20 Apr 2017 09:30:37 +0000 Message-ID: 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: [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:30:43 -0000 Content-Language: en-US Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable 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(-) --=20 2.7.4