mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2025-02-25 22:07:31 +00:00
!2794 将客户端允许创建的最大SessionServer数由7改到9
Merge pull request !2794 from zhangshen/master
This commit is contained in:
commit
6c9388df8b
@ -54,7 +54,7 @@ extern "C" {
|
||||
#define MAX_SOCKET_ADDR_LEN 46
|
||||
|
||||
#define MAX_SESSION_ID 16
|
||||
#define MAX_SESSION_SERVER_NUMBER 8
|
||||
#define MAX_SESSION_SERVER_NUMBER 10
|
||||
|
||||
#define WAIT_SERVER_READY_INTERVAL 200
|
||||
|
||||
|
@ -319,7 +319,7 @@ typedef struct {
|
||||
/**
|
||||
* @brief Creates a session server based on a package name and session name.
|
||||
*
|
||||
* A maximum of 8 session servers can be created.
|
||||
* A maximum of 10 session servers can be created.
|
||||
*
|
||||
* @param pkgName Indicates the pointer to the package name, which can be used to check whether the
|
||||
* session server is in this package. The value cannot be empty and can contain a maximum of 64 characters.
|
||||
|
Loading…
x
Reference in New Issue
Block a user