mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine SrsTcpClient.timeout in time unit.
This commit is contained in:
parent
33c66b64c5
commit
288bed6e26
5 changed files with 11 additions and 10 deletions
|
@ -102,7 +102,7 @@ public:
|
|||
virtual srs_error_t start();
|
||||
// Set socket option TCP_NODELAY.
|
||||
virtual srs_error_t set_tcp_nodelay(bool v);
|
||||
// Set socket option SO_SNDBUF in ms.
|
||||
// Set socket option SO_SNDBUF in srs_utime_t.
|
||||
virtual srs_error_t set_socket_buffer(srs_utime_t buffer_v);
|
||||
// interface ISrsOneCycleThreadHandler
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue