]> sourceware.org Git - newlib-cygwin.git/commit
* fhandler_socket.cc (address_in_use): Disable. Add comment.
authorCorinna Vinschen <corinna@vinschen.de>
Sun, 30 Jan 2011 21:52:12 +0000 (21:52 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Sun, 30 Jan 2011 21:52:12 +0000 (21:52 +0000)
commita01454811af310f4c8f3f369a104ec1f87b35def
tree0ecc5efcd917df79790049c0ac5236283ace8da6
parent9ce2a54f70ad07173e198dca22077968bf516692
* fhandler_socket.cc (address_in_use): Disable.  Add comment.
(fhandler_socket::bind): Change comment to explain setting the
SO_EXCLUSIVEADDRUSE socket option.  Remove code which checks for
address in use.
* net.cc (cygwin_setsockopt): Never set SO_REUSEADDR option.  Improve
comment to compensate for the deleted comment in fhandler_socket::bind.
* wincap.cc: Throughout, drop has_enhanced_socket_security from wincaps.
* wincap.h (struct wincaps): Drop has_enhanced_socket_security flags
and method.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler_socket.cc
winsup/cygwin/net.cc
winsup/cygwin/wincap.cc
winsup/cygwin/wincap.h
This page took 0.02941 seconds and 5 git commands to generate.