-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-7044] Refactor gRPC server config code
When creating a new core/comm#GRPCServer instance, the only options which are publicly exposed are those related to security. All other config such as keepalive and message size settings are hard-coded and/or set internally. This change creates a new top-level ServerConfig struct which will be used in future changesets to hold various configuration options. Initially it holds SecureOptions (which used to be SecureServerConfig). Change-Id: Ie6cd8c74ea9579504eb2bcba384498fede386cd7 Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
- Loading branch information
1 parent
f824697
commit f709314
Showing
14 changed files
with
226 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.