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: 56204ed72af11cc727a5524feac959523c0fd146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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

- Fix microcode registry lookup for /proc/cpuinfo output.
  Fixes: https://cygwin.com/pipermail/cygwin/2020-May/245063.html