Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func Start ¶
func Start(opts *ServerOptions) (*Server, error)
func StartWithListener ¶
func StartWithListener(opts *ServerOptions) (*Server, error)
StartWithListener always starts the name server with a TCP listener UDP PacketConn is not activated since the underlying AF_SOCK does not support UDP
Click to show internal directories.
Click to hide internal directories.