ソースを参照

cookbooks/core: doc updates for tcp_msg_read_timeout parameter

Daniel-Constantin Mierla 4 ヶ月 前
コミット
2c71a754c7
2 ファイル変更4 行追加4 行削除
  1. 2 2
      docs/cookbooks/6.0.x/core.md
  2. 2 2
      docs/cookbooks/devel/core.md

+ 2 - 2
docs/cookbooks/6.0.x/core.md

@@ -3727,8 +3727,8 @@ tcp_msg_data_timeout=10
 
 
 ### tcp_msg_read_timeout
 ### tcp_msg_read_timeout
 
 
-Duration in seconds for how long to wait till data is received on a new tcp
-connection. Default 20.
+Duration in seconds for how long to wait till a SIP message is read on
+a new tcp connection. Default 20.
 
 
 ``` c
 ``` c
 tcp_msg_read_timeout=10
 tcp_msg_read_timeout=10

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

@@ -3756,8 +3756,8 @@ tcp_msg_data_timeout=10
 
 
 ### tcp_msg_read_timeout
 ### tcp_msg_read_timeout
 
 
-Duration in seconds for how long to wait till data is received on a new tcp
-connection. Default 20.
+Duration in seconds for how long to wait till a SIP message is read on
+a new tcp connection. Default 20.
 
 
 ``` c
 ``` c
 tcp_msg_read_timeout=10
 tcp_msg_read_timeout=10