After some researches, it looks like SIGCHLD should never be sent for a dying thread.

That's why AmConfig::IgnoreSIGCHLD is now set to true as a default. We may discuss later 
wether this parameter can/should be removed.


git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@746 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 19 years ago
parent 6fa2ab95e2
commit 665f9c1473

@ -66,7 +66,7 @@ vector <string> AmConfig::CodecOrder;
Dtmf::InbandDetectorType
AmConfig::DefaultDTMFDetector = Dtmf::SEMSInternal;
bool AmConfig::IgnoreSIGCHLD = false;
bool AmConfig::IgnoreSIGCHLD = true;
AmSessionTimerConfig AmConfig::defaultSessionTimerConfig;

Loading…
Cancel
Save