43 std::vector<int>::const_iterator end = v.end();
46 for (std::vector<int>::const_iterator cur = v.begin(); cur != end; cur++) {
Contains libsocket elements.
int highestfd(const std::vector< int > &v)
Utility function to find the highest number in a vector (typically, the highest file descriptor)