Re: [GnomeMeeting-devel-list] adjustable SIP timer T1?
- From: "Geoffrey D. Bennett" <g netcraft com au>
- To: GnomeMeeting development mailing list <gnomemeeting-devel-list gnome org>
- Subject: Re: [GnomeMeeting-devel-list] adjustable SIP timer T1?
- Date: Sun, 19 Mar 2006 00:17:48 +1030
On Sat, Mar 18, 2006 at 02:07:18PM +0100, Damien Sandras wrote:
> Hi,
>
> They are adjustable in sip.cpp in Ekiga.
Hm, okay, I see "SetRetryTimeouts (250, 10000);". It shouldn't be
necessary to recompile to get the default specified by the standard
though, right?
I can do a patch for this one :-)...
--- src/endpoints/sip.cpp.orig 2006-03-18 23:57:52.814316426 +1030
+++ src/endpoints/sip.cpp 2006-03-18 23:58:01.164273605 +1030
@@ -93,7 +93,7 @@
SetInviteTimeout (PTimeInterval (0, 6));
SetNonInviteTimeout (PTimeInterval (0, 6));
SetNATBindingTimeout (PTimeInterval (0, binding_timeout));
- SetRetryTimeouts (250, 10000);
+ SetRetryTimeouts (500, 4000);
SetMaxRetries (8);
--
Geoffrey D. Bennett, RHCE, RHCX mailto:g netcraft com au
Senior Systems Engineer sip:g netcraft com au
NetCraft Australia Pty Ltd http://www.netcraft.com.au/geoffrey/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]