initial import

This commit is contained in:
Gilles Boccon-Gibod
2022-05-16 19:42:31 -07:00
commit 6ac91f7dec
185 changed files with 32064 additions and 0 deletions
+11
View File
@@ -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