Skip to content

Commit 0505508

Browse files
committed
Modify the default to 10s
1 parent dc0199d commit 0505508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pjnath/include/pjnath/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,10 @@
230230
/**
231231
* Default timeout value (in seconds) for TURN TLS connection.
232232
*
233-
* Default: 5 seconds
233+
* Default: 10 seconds
234234
*/
235235
#ifndef PJ_TURN_TLS_DEFAULT_TIMEOUT
236-
# define PJ_TURN_TLS_DEFAULT_TIMEOUT 5
236+
# define PJ_TURN_TLS_DEFAULT_TIMEOUT 10
237237
#endif
238238

239239
/* **************************************************************************

0 commit comments

Comments
 (0)