Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config interface { // WithTCPListener configures the host to set up the given host:port listener. WithTCPListener(host string, port int) Config }
Config configures the host to open TCP sockets and allows guest access to them.
Instantiating a module with listeners results in pre-opened sockets associated with file-descriptors numerically after pre-opened files.
Click to show internal directories.
Click to hide internal directories.