diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-08-16 13:03:26 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-08-16 13:03:26 +0000 |
commit | f63d4c830aa88d20ababe4c3543bff7becc3a506 (patch) | |
tree | 286125d72593631440f3b92c85dac62b3ec2e42f /source3/include/nameserv.h | |
parent | b990567a8c8afe8a085eb7865c7704925334a4b5 (diff) | |
download | samba-f63d4c830aa88d20ababe4c3543bff7becc3a506.tar.gz samba-f63d4c830aa88d20ababe4c3543bff7becc3a506.tar.xz samba-f63d4c830aa88d20ababe4c3543bff7becc3a506.zip |
- added the "remote announce" option
- made the lp_string() code able to handle any length string
- got rid of the obsolete lmhosts code, instead users should use
"interfaces" and "remote announce". lmhosts now is just used as a IP
to netbios name map
- cleanup the inet_address() code
(This used to be commit be2b67940302b2e63890cb865fe3948c2206ea91)
Diffstat (limited to 'source3/include/nameserv.h')
-rw-r--r-- | source3/include/nameserv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/nameserv.h b/source3/include/nameserv.h index 582378e1839..5162ebe2d75 100644 --- a/source3/include/nameserv.h +++ b/source3/include/nameserv.h @@ -373,3 +373,5 @@ struct packet_struct /* announce as master to WINS server and any Primary Domain Controllers */ #define CHECK_TIME_MST_ANNOUNCE 15 +/* do all remote announcements this often */ +#define REMOTE_ANNOUNCE_INTERVAL 180 |