Corinna Vinschen
81f5200ba3
* fhandler.h (class fhandler_socket): Add has_been_closed member.
* fhandler_socket.cc (fhandler_socket::fhandler_socket): Initialize
has_been_closed to 0.
(fhandler_socket::recvfrom): Use new asynchronous I/O driven
wsock_event methods.
(fhandler_socket::recvmsg): Ditto.
(fhandler_socket::sendto): Ditto.
(fhandler_socket::sendmsg): Ditto.
* net.cc (wsock_event::prepare): Reimplement using asynchronous I/O.
(wsock_event::wait): Ditto.
(wsock_event::release): New method.
* wsock_event.h (class wsock_event): Remove ovr member. Accomodate
new implementation of prepare and wait methods. Add release method.
2004-03-29 19:41:17 +00:00
..
2002-07-07 00:44:08 +00:00
2004-03-02 11:08:35 +00:00
2004-03-29 19:41:17 +00:00
2004-03-29 08:07:39 +00:00
2004-03-29 13:57:04 +00:00
2001-10-12 20:02:41 +00:00
2004-03-24 10:20:14 +00:00
2004-03-21 17:58:14 +00:00
2004-03-28 11:22:10 +00:00
2003-11-23 09:02:26 +00:00
2003-11-20 19:31:52 +00:00
2003-11-20 19:31:52 +00:00
2003-01-13 21:11:19 +00:00
2003-08-06 03:22:18 +00:00
2003-11-23 09:02:26 +00:00