< Previous by Date Date Index Next by Date >
  Thread Index  

[reSIProcate] DUM


Dear all,
 
To use DUM for single Thread. It have to use the code below.
 

{

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?