async fn open_tcp(host: &str, port: u16) -> Result<AnyLink>
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.