Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func ListenWithTCPOption(fastOpen, reusePort, noDelay bool, ip net.IP, addr string) (net.Listener, error) type Server func (s *Server) Build(config *conf.GlobalConfig) (common.Runnable, error) func (s *Server) Close() error func (s *Server) Run() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ListenWithTCPOption ¶ func ListenWithTCPOption(fastOpen, reusePort, noDelay bool, ip net.IP, addr string) (net.Listener, error) Types ¶ type Server ¶ type Server struct { common.Runnable proxy.Buildable // contains filtered or unexported fields } func (*Server) Build ¶ func (s *Server) Build(config *conf.GlobalConfig) (common.Runnable, error) func (*Server) Close ¶ func (s *Server) Close() error func (*Server) Run ¶ func (s *Server) Run() error Source Files ¶ View all Source files server.go tcp_option.go Click to show internal directories. Click to hide internal directories.