< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
Hi All I have the same question and how does this
compare against the code snippet in the documentation. while (!dumShutDown) { FdSet fdset;
stack->buildFdSet(fdset); int err =
fdset.selectMilliSeconds(stack->getTimeTillNextProcessMS()); assert ( err != -1
);
stack->process(fdset);
while(dumUas->process()); } Thanks Suresh From:
resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] Hi all: What is the role of resip::DumThread and resip::StackThread? How can they
be used? Are they helpful if I want the UAC to be in a thread and UAS to be in
another thread? Please don't ignore my questions coz i realy need the answers
as soon as possible. best regards, |