]> git.feebdaed.xyz Git - 0xmirror/tokio.git/commit
net: add `TcpStream::quickack` and `TcpStream::set_quickack` (#7490)
authorQi <add_sp@outlook.com>
Thu, 31 Jul 2025 11:58:01 +0000 (19:58 +0800)
committerGitHub <noreply@github.com>
Thu, 31 Jul 2025 11:58:01 +0000 (19:58 +0800)
commit5f04d14d8136254f602590ef3a984c8eca8dae3c
tree06510984ad4f2e8c9b165782e35ac9875def1820
parent01ea8f22eaf670ad0cfa5a1facd554ab364bfdcd
net: add `TcpStream::quickack` and `TcpStream::set_quickack` (#7490)

Signed-off-by: ADD-SP <qiqi.zhang@konghq.com>
tokio/src/net/tcp/stream.rs
tokio/tests/net_quickack.rs [new file with mode: 0644]