Project

General

Profile

Revision 59

Added by Jason knichel over 16 years ago

got rid of a few more TODO's

View differences:

ColonetServer.cpp
116 116
      connection_pool.perform_select(listen_socket);
117 117

  
118 118
      //either no descriptors are ready or there was an error
119
      //TODO: check for specific errors
120 119
      if (connection_pool.get_number_clients_ready() <= 0) {
121 120
        continue;
122 121
      }

Also available in: Unified diff