OSDN Git Service

* fhandler_socket.cc (address_in_use): Disable. Add comment.
authorcorinna <corinna>
Sun, 30 Jan 2011 21:52:11 +0000 (21:52 +0000)
committercorinna <corinna>
Sun, 30 Jan 2011 21:52:11 +0000 (21:52 +0000)
commit6d2f18c4216d5a028629c01e43e8b9720befd404
tree65044e7088e44f2926c4bb2f32c9c9e0557754f8
parent3d52009ac14db371dedd00b2b960aa37ebbdd2d9
* 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