!2794 将客户端允许创建的最大SessionServer数由7改到9

Merge pull request !2794 from zhangshen/master
This commit is contained in:
openharmony_ci 2022-11-03 03:42:39 +00:00 committed by Gitee
commit 6c9388df8b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.