Fabrice Fontaine 6c64b7eeb5 Support for "polling" select in sock_read_write.
Currently, in sock_read_write function, if the timeout is 0, pupnp
realizes a "blocking" select (with an infinite timeout). With this
patch, if timeout is set to 0, pupnp will realize a "polling" select
and returns immediately if it can not read or write on the socket. This
is very useful for GENA notifications when pupnp is trying to send
events to a disconnected Control Point. "Blocking" select can now be
done by putting a negative timeout value.
2010-11-11 21:24:49 -02:00
..
2010-09-12 00:28:35 -03:00
2010-09-12 00:28:35 -03:00
2010-09-12 00:28:35 -03:00
2010-10-21 00:27:57 -02:00
2010-10-21 00:27:57 -02:00
2010-11-07 19:01:30 -02:00
2010-11-07 19:01:30 -02:00
2010-10-21 08:29:52 -02:00
2010-11-07 18:59:53 -02:00
2008-06-10 03:23:08 +00:00