#include "plibc_private.h"
Go to the source code of this file.
Functions | |
int | _win_select (int max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, const struct timeval *tv) |
Code originally written by Wez Furlong <wez@thebrainroom.com> who originally placed it under the PHP License Version 3.0. Adapted for GNUnet by Nils Durner <durner@gnunet.org>. GPLed with permission from Wez Furlong (see E-mail on gnunet-developers, also quoted in the GNUnet CVS logs).
Nils Durner (GNUnet extensions)
Definition in file select.c.
|
Win32 select() will only work with sockets, so we roll our own implementation here.
Definition at line 47 of file select.c. References SetErrnoFromWinsockError(). |