updating for robustness

This commit is contained in:
2024-11-24 22:33:19 +09:00
parent 93f84fbc98
commit 903e4cf6d3
2 changed files with 53 additions and 86 deletions

View File

@ -18,7 +18,6 @@ import "google.golang.org/grpc/peer"
import "google.golang.org/grpc/stats"
const PTS_LIMIT = 8192
//const CTS_LIMIT = 2048
type ClientConnMap = map[net.Addr]*ClientConn
type ServerPeerConnMap = map[uint32]*ServerPeerConn