embassy/embassy-net/src/tcp.rs Lines 379 to 382 in 0ede847 /// Get whether the socket is ready to send data, i.e. whether there is space in the send buffer. pub fn may_send(&self) -> bool { self.io.with(|s, _| s.may_send()) } BUT The documentation is misleading...