Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TalkingData/owl
/ SetMaxPacketSize
Method
SetMaxPacketSize
common/tcp/server.go:113–115 ·
view source on GitHub ↗
在ListenAndServe之前调用
(size uint32)
Source
from the content-addressed store, hash-verified
111
112
//在ListenAndServe之前调用
113
func
(srv *Server) SetMaxPacketSize(size uint32) {
114
srv.maxPacketSize = size
115
}
Callers
6
InitCFC
Function · 0.80
InitAgent
Function · 0.80
InitController
Function · 0.80
InitRepeater
Function · 0.80
Dial
Method · 0.80
InitCfcProxy
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected