Skip to content

Commit

Permalink
Added agrpcs, ngrpcs as secure scheme (#2409)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvidianz authored Mar 18, 2024
1 parent 0f9a944 commit f35e9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvflare/fuel/f3/drivers/net_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
MAX_ITER_SIZE = 10
RANDOM_TRIES = 20
BIND_TIME_OUT = 5
SECURE_SCHEMES = {"https", "wss", "grpcs", "stcp", "satcp"}
SECURE_SCHEMES = {"https", "wss", "grpcs", "agrpcs", "ngrpcs", "stcp", "satcp"}

# GRPC can't handle frame size over 2G. So the limit is set to (2G-2M)
MAX_FRAME_SIZE = 2 * 1024 * 1024 * 1024 - (2 * 1024 * 1024)
Expand Down

0 comments on commit f35e9b4

Please sign in to comment.