Set keepalive and tcp_nodelay on underlying sockets

This commit is contained in:
jiangjianfeng
2024-12-05 08:40:20 +00:00
committed by Tate, Hongliang Tian
parent 8b07a68e9e
commit 58cf8ea681
13 changed files with 293 additions and 35 deletions

View File

@ -1,3 +1,3 @@
// SPDX-License-Identifier: MPL-2.0
pub use smoltcp::time::Instant;
pub use smoltcp::time::{Duration, Instant};