- changed the default nmbd loop timout to 10 seconds (2 seconds was much
authorAndrew Tridgell <tridge@samba.org>
Mon, 7 Oct 1996 01:56:21 +0000 (01:56 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 7 Oct 1996 01:56:21 +0000 (01:56 +0000)
commit3cd7303dbc2118db7084a6d8872403d825c52323
tree2e5f5839a4a6cff08c2078d46f6d8ff2463a5ba7
parent733c7186576c752edb07e9768f7902edc1cc5a42
- changed the default nmbd loop timout to 10 seconds (2 seconds was much
too short)

- got rid of many unnecessary calls to time(NULL) in nmbd. They were
causing it to chew too much CPU time when idle. Now we pass a time
value in from the top level.
source/include/local.h
source/include/proto.h
source/nameannounce.c
source/namebrowse.c
source/namedbsubnet.c
source/nameelect.c
source/nameresp.c
source/nameserv.c
source/nmbd/nmbd.c