Hello, Receiving errno 11 (EAGAIN) on a call to "recv" is an indication that although the UDP socket is marked as non-blocking, the call would have blocked, or been timed out, as the response was not received in the expected time frame. Since you are using Linux, you can view this information by typing "man -s 2 recv" and reading the section "ERRORS". To correlate the word value to the numeric, simply looking '11' in /usr/include/asm/errno.h.
Put simply, SIPp did not receive an expected SIP response in an expected time frame. Since you are doing UDP performance testing one should expect to see this type of behavior at some point and lower the frequency accordingly. I hope this helps, Justin. -----Original Message----- From: Klaus Darilion [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 10:54 AM To: [email protected] Subject: [Sipp-users] UDP Problem Hi! Today I made some high performance tests and SIPp often stoped with the following Error message: 2007-01-04 16:42:07: Unexpected UDP recv error, errno = 11 (Resource temporarily unavailable). Does anybody knows what this means? I'm using snapshot 2007-01-02 on Linux 2.6.8 regards klaus -- Klaus Darilion nic.at ------------------------------------------------------------------------ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE V _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
