pub fn tcp_connect(
handle: SocketHandle,
remote: IpEndpoint,
local: IpEndpoint,
) -> Result<(), ()>Expand description
Perform TCP connect with Context
pub fn tcp_connect(
handle: SocketHandle,
remote: IpEndpoint,
local: IpEndpoint,
) -> Result<(), ()>Perform TCP connect with Context