mirror of
https://github.com/google/bumble.git
synced 2026-05-30 07:17:01 +00:00
initial import
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
TCP CLIENT TRANSPORT
|
||||
====================
|
||||
|
||||
The TCP Client transport uses an outgoing TCP connection to a host:port address.
|
||||
|
||||
## Moniker
|
||||
The moniker syntax for a TCP client transport is: `tcp-client:<remote-host>:<remote-port>`
|
||||
|
||||
!!! example
|
||||
`tcp-client:127.0.0.1:9001`
|
||||
Connects to port 9001 on the local host
|
||||
Reference in New Issue
Block a user