mirror of
https://github.com/google/bumble.git
synced 2026-05-10 04:18:03 +00:00
initial import
This commit is contained in:
13
docs/mkdocs/src/transports/tcp_server.md
Normal file
13
docs/mkdocs/src/transports/tcp_server.md
Normal file
@@ -0,0 +1,13 @@
|
||||
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`
|
||||
Reference in New Issue
Block a user