tools: socket: fix typo in comment
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
319fe45261
commit
eef18365e8
@ -9,7 +9,7 @@ pub const PROXMOX_BACKUP_TCP_KEEPALIVE_TIME: u32 = 120;
|
|||||||
///
|
///
|
||||||
/// See "man 7 tcp" for details.
|
/// 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.
|
/// our backup tools.
|
||||||
pub fn set_tcp_keepalive(
|
pub fn set_tcp_keepalive(
|
||||||
socket_fd: RawFd,
|
socket_fd: RawFd,
|
||||||
|
Loading…
Reference in New Issue
Block a user