]> granicus.if.org Git - curl/commit
sockets: new Curl_socket_check() can wait for 3 sockets
authorDaniel Stenberg <daniel@haxx.se>
Thu, 8 Dec 2011 15:14:30 +0000 (16:14 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 20 Dec 2011 19:30:02 +0000 (20:30 +0100)
commit5527417afae062d7a2b12ee80730a0ab22b86eab
treec8f09b8df92bc00f34bae382ee470b3b340c0b24
parentbedfafe38e93677a72e9cd52fa60c4bc72bc5e01
sockets: new Curl_socket_check() can wait for 3 sockets

This offers an alternative to the existing Curl_socket_ready() API which
only checks one socket for read and one for write.
lib/select.c
lib/select.h