Skip to content
Snippets Groups Projects
Select Git revision
  • workshop-poc default protected
  • streamchain-paper
  • fabric-release-1.4
3 results

peer.go

Blame
    • Gari Singh's avatar
      f7093140
      [FAB-7044] Refactor gRPC server config code · f7093140
      Gari Singh authored
      
      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: default avatarGari Singh <gari.r.singh@gmail.com>
      f7093140
      History
      [FAB-7044] Refactor gRPC server config code
      Gari Singh authored
      
      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: default avatarGari Singh <gari.r.singh@gmail.com>