Welcome to mirror list, hosted at ThFree Co, Russian Federation.

3.1.6 « release « cygwin « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e06c0bc9a486f495a0639f5eedd22ab96f83d0f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.

- Fix a buffer overrun in Cygwin-internal string comparison.
  Fixes: https://cygwin.com/pipermail/cygwin/2020-June/245226.html