Changeset 156 for trunk/pdns/pdns/pdns_recursor.cc
- Timestamp:
- 03/04/03 19:33:39 (10 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/pdns_recursor.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/pdns_recursor.cc
r148 r156 392 392 FD_SET( d_clientsock, &readfds ); 393 393 FD_SET( d_serversock, &readfds ); 394 395 396 /* this should listen on a TCP port as well for new connections, */ 394 397 int selret = select( max(d_clientsock,d_serversock) + 1, &readfds, NULL, NULL, &tv ); 395 398 if(selret<=0)