ソースを参照

Merge pull request #43 from kamailio/tcp_check_timer

Updated `tcp_check_timer` based on https://github.com/kamailio/kamailio/pull/3608
juha-h 1 年間 前
コミット
d30eee5506
1 ファイル変更2 行追加1 行削除
  1. 2 1
      docs/cookbooks/devel/core.md

+ 2 - 1
docs/cookbooks/devel/core.md

@@ -3350,7 +3350,8 @@ Set the check interval (in seconds) for tcp connections. It is used to check
 if there was any data received on new connections or if the receiving of SIP
 if there was any data received on new connections or if the receiving of SIP
 messages takes too long. See also `tcp_msg_data_timeout` and `tcp_msg_read_timeout`.
 messages takes too long. See also `tcp_msg_data_timeout` and `tcp_msg_read_timeout`.
 
 
-Default 10.
+Default half of `tcp_msg_data_timeout` or `tcp_msg_read_timeout` value depending on
+which one is smaller and not zero or 0 if both are zero
 
 
 ```
 ```
 tcp_check_timer=5
 tcp_check_timer=5