Add ConnectionPeer assertions; rename TcpOutbound -> TcpRemote and TcpInbound -> TcpLocal

This commit is contained in:
Tony Garnock-Jones 2021-06-15 12:36:25 +02:00
parent afe36c630d
commit f6cb595709
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ embeddedType EntityRef.Ref .
Connection = <connection @handle #!ActiveSocket @spec any>.
ConnectionPeer = <connection-peer @handle #!ActiveSocket @spec any>.
TcpOutbound = <outbound @host string @port int>.
TcpInbound = <inbound @host string @port int>.
TcpRemote = <remote @host string @port int>.
TcpLocal = <local @host string @port int>.
ActiveSocket =
/ <controller @controller #!Sink>