deadtime (G)
The value of the parameter (a decimal integer) represents the number of minutes of inactivity before a connection is considered dead, and it is disconnected. The deadtime only takes effect if the number of open files is zero.
This is useful to stop a server's resources being exhausted by a large number of inactive connections.
Most clients have an auto-reconnect feature when a connection is broken so in most cases this parameter should be transparent to users.
Using this parameter with a timeout of a few minutes is recommended for most systems.
A deadtime of zero indicates that no auto-disconnection should be performed.
Default:
deadtime
=0
Example:
deadtime
=15
keepalive (G)
The value of the parameter (an integer) represents the number of seconds 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 has the SO_KEEPALIVE attribute set on it by default. (see socket options). Basically you should only use this option if you strike difficulties.
Default:
keepalive
=300
Example:
keepalive
=600
[링크 : http://us1.samba.org/samba/docs/man/manpages-3/smb.conf.5.html]
아래의 문서에서 keepalive 와 deadtime 발견
[링크 : http://xbmc.org/forum/showthread.php?t=312]
deadtime은 분단위로,
keepalive는 초단위로 설정한다.
'프로그램 사용 > SMB(Samba)' 카테고리의 다른 글
삼바 설정관련 문서모음 (0) | 2009.11.03 |
---|---|
마스터 브라우저 판별하기(recognize master browser) (2) | 2009.11.02 |
삼바(samba) 네트워크 공유 안되는 문제 - 권한 부족 (0) | 2009.10.30 |
CIFS로 삼바 연결시 Permission denied 에러 해결 (2) | 2009.10.20 |
samba share / server 종류 (0) | 2009.10.16 |