[reSIProcate] Help me to understand this code in BasicCall.cxx

Jia Pu very.funny.j at gmail.com
Wed Feb 23 13:08:37 CST 2005


     if (!uacShutdownHandler.dumShutDown)
     {
        FdSet fdset;
        dumUac->buildFdSet(fdset);
        int err = fdset.selectMilliSeconds(dumUac->getTimeTillNextProcessMS());
        assert ( err != -1 );
        dumUac->process(fdset);
     }


Can someone explain the purpose of this code? Thanks.



More information about the resiprocate-devel mailing list