This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from c11b0343c Cygwin: pty, termios: Unify thoughts of read ahead beffer handling. new e037192b5 Cygwin: tcp: fix IPPROTO_TCP option handling new 0feb77c26 Cygwin: tcp: Support TCP_FASTOPEN new 8ccffddc9 Cygwin: tcp: Support TCP_KEEPIDLE, TCP_KEEPCNT, TCP_KEEPINTVL new ffb07b41b Cygwin: tcp: Support TCP_USER_TIMEOUT
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: winsup/cygwin/fhandler.h | 8 +- winsup/cygwin/fhandler_socket_inet.cc | 243 +++++++++++++++++++++++++++++++++- winsup/cygwin/include/cygwin/socket.h | 6 - winsup/cygwin/include/netinet/tcp.h | 14 +- winsup/cygwin/wincap.cc | 66 +++++++++ winsup/cygwin/wincap.h | 6 + 6 files changed, 327 insertions(+), 16 deletions(-)