src/winsup/cygwin ChangeLog fhandler.h net.cc
corinna@cygwin.com
corinna@cygwin.com
Fri Apr 12 07:52:00 GMT 2002
CVSROOT: /cvs/src
Module name: src
Changes by: corinna@sources.redhat.com 2002-04-12 07:52:37
Modified files:
winsup/cygwin : ChangeLog fhandler.h net.cc
Log message:
* net.cc (cygwin_accept): Set socket type for accepted socket.
(socketpair): Set socket type for both sockets.
From Egor Duda <deo@logos-m.ru>:
* fhandler.h (class fhandler_socket): New member to store socket type.
(fhandler_socket::get_socket_type): Access it.
(fhandler_socket::set_socket_type): Ditto.
* net.cc (cygwin_socket): Store socket type.
(cygwin_connect): Disable security checks for connectionless sockets.
(cygwin_accept): Ditto.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1173&r2=1.1174
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.111&r2=1.112
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=src&r1=1.105&r2=1.106
More information about the Cygwin-cvs
mailing list