Re: [Sofia-sip-devel] Patch: unblock connect()

2007-05-08 Thread Pekka Pessi
2007/5/7, Mikhail Zabaluev [EMAIL PROTECTED]: Here's a one-line patch that: a) passes the test suite and our application smoke test runs; b) makes a difference when the Sofia root is set to the non-threading mode. If not for blocking connect(), the Sofia-SIP coexists in the same thread

Re: [Sofia-sip-devel] Patch: unblock connect()

2007-05-08 Thread mikhail.zabaluev
Hi, I must say the code seems to be all ready for non-blocking operation of connect() at least for POSIX-based platforms, it only misses the non-blocking flag setting before calling it (however, immediately afterwards there is a wait creation which sets the flag as well). Thanks for all the