[Sofia-sip-devel] sres.c calls close() instead of su_close()

2006-12-08 Thread Roman Filonenko
Pekka, sres.c uses close() to close sockets now, while closesocket() should be used for win32. As sres.c uses su anyway, the below whatsnew patch replaces calls to close() with calls to su_close(). I suppose that the rest of socket functions called in sres.c should be replaced with su_ - I

[Sofia-sip-devel] tport logging tags

2006-12-08 Thread Roman Filonenko
Pekka, For now, tport uses TPORT_LOG and TPORT_DUMP environment variables to configure the log flags and we found that more dynamic configuration of the above flags (e.g. on nua_create()) is much more comfortable. Please find below a whatsnew patch which adds TPTAG_LOG() and TPTAG_DUMP()

Re: [Sofia-sip-devel] tport logging tags

2006-12-08 Thread Pekka Pessi
On 12/8/06, Roman Filonenko [EMAIL PROTECTED] wrote: For now, tport uses TPORT_LOG and TPORT_DUMP environment variables to configure the log flags and we found that more dynamic configuration of the above flags (e.g. on nua_create()) is much more comfortable. Thanks. I think that having

Re: [Sofia-sip-devel] tport logging tags

2006-12-08 Thread Roman Filonenko
Pekka Pessi wrote: On 12/8/06, Roman Filonenko wrote: For now, tport uses TPORT_LOG and TPORT_DUMP environment variables to configure the log flags and we found that more dynamic configuration of the above flags (e.g. on nua_create()) is much more comfortable. Thanks. I think that having