< Previous by Date | Date Index | Next by Date > |
Thread Index |
{
FdSet fdset;
stack.buildFdSet(fdset);
int err = fdset.selectMilliSeconds(100);assert ( err != -1 );
stack.process(fdset);
while(clientDum.process());}
in the while (clientDum.process());which condition to go out this loop?