Skip to content
Snippets Groups Projects
Commit 097b5356 authored by Sébastien Blin's avatar Sébastien Blin Committed by Adrien Béraud
Browse files

sip: change idle timeout to 3 seconds

Change-Id: Ie29afbabd6b59445ce143d7b87e27e22f91fe4ea
parent 3a6803cb
No related branches found
No related tags found
No related merge requests found
...@@ -19,5 +19,5 @@ index 904df24e..f36b2d6a 100644 ...@@ -19,5 +19,5 @@ index 904df24e..f36b2d6a 100644
*/ */
#ifndef PJSIP_TRANSPORT_SERVER_IDLE_TIME #ifndef PJSIP_TRANSPORT_SERVER_IDLE_TIME
-# define PJSIP_TRANSPORT_SERVER_IDLE_TIME 600 -# define PJSIP_TRANSPORT_SERVER_IDLE_TIME 600
+# define PJSIP_TRANSPORT_SERVER_IDLE_TIME 10 +# define PJSIP_TRANSPORT_SERVER_IDLE_TIME 3
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment