set reasonable TCP keepalive timeout

This commit is contained in:
Dietmar Maurer
2020-10-19 13:59:33 +02:00
parent 9809772b23
commit 97168f920e
4 changed files with 52 additions and 3 deletions

View File

@ -35,6 +35,7 @@ pub mod nom;
pub mod logrotate;
pub mod loopdev;
pub mod fuse_loop;
pub mod socket;
mod parallel_handler;
pub use parallel_handler::*;