mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-23 08:49:59 +00:00
!8335 fix:Modify the wait timeout period
Merge pull request !8335 from 冯叶叶/master
This commit is contained in:
commit
683e71a99b
@ -37,11 +37,11 @@ extern "C" {
|
||||
#define INVALID_UNDERLAY_HANDLE (-1)
|
||||
#define NET_CTRL_MSG_TYPE_HEADER_SIZE 4
|
||||
#define BLE_CLIENT_MAX_RETRY_SEARCH_SERVICE_TIMES 1
|
||||
#define WAIT_NEGOTIATION_CLOSING_TIMEOUT_MILLIS 5500
|
||||
|
||||
#define RETRY_SERVER_STATE_CONSISTENT_MILLIS (3 * 1000)
|
||||
#define BASIC_INFO_EXCHANGE_TIMEOUT (5 * 1000)
|
||||
#define UNDERLAY_CONNECTION_DISCONNECT_TIMEOUT (5 * 1000)
|
||||
#define WAIT_NEGOTIATION_CLOSING_TIMEOUT_MILLIS (2 * 1000)
|
||||
#define CONNECTION_IDLE_DISCONNECT_TIMEOUT_MILLIS (60 * 1000)
|
||||
#define CLOSING_TIMEOUT_MILLIS 200
|
||||
#define DEFAULT_MTU_SIZE 512
|
||||
|
Loading…
Reference in New Issue
Block a user