Files
bumble_mirror/docs/mkdocs/src/transports/tcp_server.md
T
Gilles Boccon-Gibod 6ac91f7dec initial import
2022-05-16 19:42:31 -07:00

449 B

TCP SERVER TRANSPORT

The TCP Client transport uses an incoming TCP connection to a host:port address.

Moniker

The moniker syntax for a TCP server transport is: tcp-server:<local-host>:<local-port> where <local-host> may be the address of a local network interface, or _ to accept connections on all local network interfaces.

!!! example tcp-server:_:9001
Waits for and accepts connections on port 9001