Bugs item #1771243, was opened at 2007-08-09 23:18
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=756076&aid=1771243&group_id=143636

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Erland Lewin (erl)
Assigned to: Nobody/Anonymous (nobody)
Summary: Hang when sendto fails in tport_check_trunc

Initial Comment:
In libsofia-sip-ua/tport/tport_type_udp.c, function tport_check_trunc, 
su_sendto is called to send the "TEST" message. 

On my Linux machine, this fails with the error EPERM (due to iptables NAT 
configuration - no connection tracking has been established, I think). 

However, the code doesn't check the return code from the sendto, thus hangs 
(waits forever) in the su_recvfrom.

I realize maybe my NAT configuration should be changed, but in any case the 
code shouldn't hang, but return an error, or fail with an error message.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=756076&aid=1771243&group_id=143636

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to