tokio-rs / tokio-uring

An io_uring backed runtime for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add TcpStream::set_nodelay

kaimast opened this issue · comments

There should be a way to disable Nagle's algorithm, like there is in std and regular tokio.

Is there something that makes this hard to implement? If not I'll try to submit a PR.

Implemented in #192.