diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-03-16 07:23:51 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-03-16 07:23:51 +0000 |
commit | c4855a8e028914281f179bd3bce8fc7cb249eaf7 (patch) | |
tree | dde9dd6c75be27a9c8309b8a80f003484d230b26 /docs | |
parent | 7a418233e27a21d0177fbc7ac657e9fdf74a0a4a (diff) | |
download | samba-c4855a8e028914281f179bd3bce8fc7cb249eaf7.tar.gz samba-c4855a8e028914281f179bd3bce8fc7cb249eaf7.tar.bz2 samba-c4855a8e028914281f179bd3bce8fc7cb249eaf7.zip |
changed the default "keepalive" value to 300 seconds.
This is more important now that oplocks are being used.
(This used to be commit 7bccd2c360a270df227c140aeecb943d8d187855)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages/smb.conf.5 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index 9a6788baba..da254f8244 100644 --- a/docs/manpages/smb.conf.5 +++ b/docs/manpages/smb.conf.5 @@ -1666,13 +1666,8 @@ between 'keepalive' packets. If this parameter is zero, no keepalive packets will be sent. Keepalive packets, if sent, allow the server to tell whether a client is still present and responding. -Keepalives should, in general, not be needed if the socket being used -has the SO_KEEPALIVE attribute set on it (see "socket -options"). Basically you should only use this option if you strike -difficulties. - .B Default: - keep alive = 0 + keep alive = 300 .B Example: keep alive = 60 |