Home | History | Annotate | Download | only in c-ares

Lines Matching full:sockets

109   function close() being inappropriately used to close sockets.
441 connected to. Only necessary on UDP sockets as they are connection-less, TCP
507 will be used on udp sockets as a recvfrom() wrapper in the future.
640 - Steinar H. Gunderson fixed: Correctly clear sockets from the fd_set on in
762 on specific sockets and thus avoiding select() and associated
808 - Prevent ares_getsock() to overflow if more than 16 sockets are used.
885 - Daniel Stenberg added ares_getsock() that extracts the set of sockets to
920 Make UDP sockets non-blocking. I've confirmed that at least on Linux 2.4 a
1063 - Switched to 'ares_socket_t' type for sockets in ares, since Windows don't