JCloudYu / rfc5766-turn-server

Automatically exported from code.google.com/p/rfc5766-turn-server
0 stars 0 forks source link

Ability to set TCP connection timeout #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Need to add ability to set TCP connection timeout

Now it's 30 seconds and after that client will be disconnected from server

looks like it's #define TURN_MAX_TO_ALLOCATE_TIMEOUT (30)  param in 
ns_turn_server.c

Original issue reported on code.google.com by igor@quickblox.com on 11 May 2013 at 10:53

GoogleCodeExporter commented 8 years ago
It may be handy on very slow networks. Usually, 30 seconds is more than enough 
to establish an allocate connection.

Original comment by mom040...@gmail.com on 11 May 2013 at 3:47

GoogleCodeExporter commented 8 years ago
fixed in 1.8.4.0

Original comment by mom040...@gmail.com on 13 May 2013 at 9:04

GoogleCodeExporter commented 8 years ago
What config option we should use to manage this option?

Original comment by igor@quickblox.com on 13 May 2013 at 11:43

GoogleCodeExporter commented 8 years ago
Could you add this info to 
https://code.google.com/p/rfc5766-turn-server/wiki/Readme

Original comment by igor@quickblox.com on 13 May 2013 at 12:25

GoogleCodeExporter commented 8 years ago
max-allocate-timeout
added to wiki

Original comment by mom040...@gmail.com on 13 May 2013 at 3:29

GoogleCodeExporter commented 8 years ago

Original comment by mom040...@gmail.com on 14 May 2013 at 3:58