int setServerBits

( fd_set &allset,
  vector<Server> writeServers,
  vector<Server> readServers )

Before using the system call "select", a File Decriptor set must be built using the active server sockets (ie.

Documentation

Before using the system call "select", a File Decriptor set must be built using the active server sockets (ie. the Static Servers).
Parameters:
- allset The File Descriptor set that will ultimately be used
writeServers - Vector containing the write servers
readServers - Vector containing the read servers
Returns:
The maximum socket descriptor in use by any of the servers

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.