syndicate-protocols/tcp.prs

10 lines
282 B
Plaintext

version 1 .
embeddedType EntityRef.Ref .
TcpRemote = <tcp-remote @host string @port int>.
TcpLocal = <tcp-local @host string @port int>.
TcpPeerInfo = <tcp-peer @handle #!any @local TcpLocal @remote TcpRemote>.
TcpListenError = <tcp-listen-error @spec TcpLocal @message string>.