mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-23 00:39:52 +00:00
!8405 modify tcp keepalive parameters
Merge pull request !8405 from 刘强/master
This commit is contained in:
commit
dcff287354
@ -30,9 +30,9 @@
|
||||
#include "trans_server_proxy.h"
|
||||
|
||||
#define HEART_TIME 300
|
||||
#define TCP_KEEPALIVE_INTERVAL 2
|
||||
#define TCP_KEEPALIVE_INTERVAL 4
|
||||
#define TCP_KEEPALIVE_COUNT 5
|
||||
#define USER_TIME_OUT (305 * 1000)
|
||||
#define USER_TIME_OUT (320 * 1000)
|
||||
|
||||
static SoftBusList *g_tcpDirectChannelInfoList = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user