|
From: Mikael R. <mi...@us...> - 2009-03-20 16:34:56
|
Hi, As mentioned before I use SIPp in for automated regression tests and would like to detect if SIPp failed to start because of a bind error. My design idea is that all places in sipp.cpp where a bind error could occur ERROR_NO() is used to report the error. And in screen.cpp the function _screen_error is changed that if errno is set to EADDRINUSE the exit code will be a different value i.e. -2 (254) Thank you for taking your time to look at the patch. It applies to revision 577. Regards, Mikael Rudholm |