tools: socket: fix typo in comment

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-10-28 21:26:11 +01:00
parent 319fe45261
commit eef18365e8

View File

@ -9,7 +9,7 @@ pub const PROXMOX_BACKUP_TCP_KEEPALIVE_TIME: u32 = 120;
///
/// See "man 7 tcp" for details.
///
/// The default on Linix is 7200 (2 hours) which is much too long for
/// The default on Linux is 7200 (2 hours) which is far too long for
/// our backup tools.
pub fn set_tcp_keepalive(
socket_fd: RawFd,