open_tcp

Function open_tcp 

Source
async fn open_tcp(host: &str, port: u16) -> Result<AnyLink>
Expand description

Open a bridged serial link.

Nagle is off: ULCP frames are small and each one is a turn in a request/response exchange, so coalescing only adds latency.