syndicate-protocols/schemas/tcp.prs

8 lines
213 B
Plaintext
Raw Permalink Normal View History

2021-06-10 08:00:43 +00:00
version 1 .
2021-07-22 12:12:53 +00:00
embeddedType EntityRef.Cap .
2021-06-10 08:00:43 +00:00
TcpRemote = <tcp-remote @host string @port int>.
TcpLocal = <tcp-local @host string @port int>.
2021-06-10 08:00:43 +00:00
2024-02-05 22:14:19 +00:00
TcpPeerInfo = <tcp-peer @handle #:any @local TcpLocal @remote TcpRemote>.