BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJLIB Reference

sock_select.h File Reference

Socket select(). More...

Go to the source code of this file.

Data Structures

struct  pj_fd_set_t
 

Functions

void PJ_FD_ZERO (pj_fd_set_t *fdsetp)
 
pj_size_t PJ_FD_COUNT (const pj_fd_set_t *fdsetp)
 
void PJ_FD_SET (pj_sock_t fd, pj_fd_set_t *fdsetp)
 
void PJ_FD_CLR (pj_sock_t fd, pj_fd_set_t *fdsetp)
 
pj_bool_t PJ_FD_ISSET (pj_sock_t fd, const pj_fd_set_t *fdsetp)
 
int pj_sock_select (int n, pj_fd_set_t *readfds, pj_fd_set_t *writefds, pj_fd_set_t *exceptfds, const pj_time_val *timeout)
 

Detailed Description

Socket select().

 


PJLIB Open Source, high performance, small footprint, and very very portable framework
Copyright (C) 2006-2009 Teluu Inc.