소스 검색

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
 
-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
 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
 
-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
 tcp_msg_read_timeout=10