This commit is contained in:
kzkzzzz
2025-03-23 20:29:29 +08:00
parent 7e0bf82418
commit 9fd0eaadb8
14 changed files with 661 additions and 78 deletions

View File

@@ -15,6 +15,10 @@ const (
DefaultWindowSize = 16 * 1024 * 1024
)
const (
ServicePrefix = "grpc@"
)
const (
HeaderClientIP = "grpc-client-ip"
HeaderServiceName = "grpc-service-name"