OSDN Git Service

* fhandler_socket.cc (address_in_use): Disable. Add comment.
authorcorinna <corinna>
Mon, 31 Jan 2011 06:52:11 +0000 (06:52 +0000)
committercorinna <corinna>
Mon, 31 Jan 2011 06:52:11 +0000 (06:52 +0000)
commite0c050e7ce45936b8d393b28f7abbc24b9a8e937
tree2ca566c4d0a9c7a8a5f24e72538bbc49cf9fced9
parent1baa6a811576abc39225348bc8c5163b4e4f84f9
* 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