Properties
bindPort
bindPort: ((prefix) => PromiseVow<Remote<Port>>) Type declaration
- (prefix): PromiseVow<Remote<Port>>
Returns PromiseVow<Remote<Port>>
inbound
Type declaration
- (listenAddr, remoteAddr): PromiseVow<InboundAttempt>
Parameters
- listenAddr: string
- remoteAddr: string
outbound
outbound: ((port,
remoteAddr,
connectionHandler) => PromiseVow<Connection>) Type declaration
- (port, remoteAddr, connectionHandler): PromiseVow<Connection>
Things the protocol can do for us