[ekiga/ds-opal-refactoring] SIP: Use standard SIP timeouts instead of custom values.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/ds-opal-refactoring] SIP: Use standard SIP timeouts instead of custom values.
- Date: Sat, 11 Apr 2015 11:21:26 +0000 (UTC)
commit bc41aed755b63f90c8b62cb1b75c2f72c40c2b4c
Author: Damien Sandras <dsandras seconix com>
Date: Sat Apr 11 11:21:06 2015 +0200
SIP: Use standard SIP timeouts instead of custom values.
.../components/opal/process/sip-endpoint.cpp | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/lib/engine/components/opal/process/sip-endpoint.cpp
b/lib/engine/components/opal/process/sip-endpoint.cpp
index cef4e32..a51b1e7 100644
--- a/lib/engine/components/opal/process/sip-endpoint.cpp
+++ b/lib/engine/components/opal/process/sip-endpoint.cpp
@@ -111,10 +111,6 @@ Opal::Sip::EndPoint::EndPoint (Opal::EndPoint & _endpoint,
core (_core)
{
/* Timeouts */
- SetAckTimeout (PTimeInterval (0, 32));
- SetPduCleanUpTimeout (PTimeInterval (0, 1));
- SetInviteTimeout (PTimeInterval (0, 60));
- SetNonInviteTimeout (PTimeInterval (0, 6));
SetRetryTimeouts (500, 4000);
SetMaxRetries (20);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]