Actions
Bug #1764
closedsmbsrv keep_alive timer is dead code
Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Start date:
2011-11-11
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
The smbsrv code maintains a session->keep_alive member (with timers decrementing it and everything:) but then does not use it.
This is a hold-over from when NetBIOS keepalive was useful.
We set the TCP-level KEEPALIVE option, which is sufficient,
and the recommended way to handle this now.
Someone should go through and rip out the keep_alive member
and the code that updates it: $SRC/uts/common/fs/smbsrv/smb_session.c
Updated by Gordon Ross over 11 years ago
- Priority changed from Normal to Low
- Difficulty changed from Medium to Bite-size
Updated by Gordon Ross over 2 years ago
- Status changed from New to Closed
This was cleaned up some time ago via other issues.
Actions