From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 6116A3857007; Wed, 1 Jul 2020 19:33:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6116A3857007 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: add new IPPROTO_TCP options to release notes X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: ee2292413792f0360d357bc200c5e947eae516e6 X-Git-Newrev: 5266248285bb3d2d012abd8a73957a0368f252ff Message-Id: <20200701193325.6116A3857007@sourceware.org> Date: Wed, 1 Jul 2020 19:33:25 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2020 19:33:25 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5266248285bb3d2d012abd8a73957a0368f252ff commit 5266248285bb3d2d012abd8a73957a0368f252ff Author: Corinna Vinschen Date: Wed Jul 1 21:33:15 2020 +0200 Cygwin: add new IPPROTO_TCP options to release notes Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/release/3.1.6 | 11 +++++++++++ winsup/doc/new-features.xml | 5 +++++ 2 files changed, 16 insertions(+) diff --git a/winsup/cygwin/release/3.1.6 b/winsup/cygwin/release/3.1.6 new file mode 100644 index 000000000..d64ee4c92 --- /dev/null +++ b/winsup/cygwin/release/3.1.6 @@ -0,0 +1,11 @@ +What changed: +------------- + +- Support more IPPROTO_TCP socket options: TCP_FASTOPEN, TCP_KEEPIDLE, + TCP_KEEPCNT, TCP_KEEPINTVL, TCP_QUICKACK, TCP_USER_TIMEOUT. + + +Bug Fixes: +---------- + +- Fix IPPROTO_TCP option handling, especially in terms of TCP_MAXSEG. diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 32479de5d..ca64b7a6f 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -90,6 +90,11 @@ Support WSL symlinks. Create those by default now. FIFOs can now be opened multiple times for reading. + +Support more IPPROTO_TCP socket options: TCP_FASTOPEN, TCP_KEEPIDLE, +TCP_KEEPCNT, TCP_KEEPINTVL, TCP_QUICKACK, TCP_USER_TIMEOUT. + +