Kaba function net.connect ed
Connect to TCP host.The host needs to call listen().
Syntax ed
func static net.connect(addr: string, port: i32) -> xfer[Socket]
Parameters ed
- addr: string
- ...
- port: i32
- ...
Return ed
...
Connect to TCP host.The host needs to call listen().
func static net.connect(addr: string, port: i32) -> xfer[Socket]
...