summaryrefslogtreecommitdiff
path: root/source3/include/nameserv.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/nameserv.h')
-rw-r--r--source3/include/nameserv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/nameserv.h b/source3/include/nameserv.h
index fe00a1415d..c219a1f723 100644
--- a/source3/include/nameserv.h
+++ b/source3/include/nameserv.h
@@ -546,6 +546,10 @@ struct packet_struct
/* Do all remote announcements this often. */
#define REMOTE_ANNOUNCE_INTERVAL 180
+/* what is the maximum period between name refreshes. Note that this only
+ affects non-permanent self names */
+#define MAX_REFRESH_TIME (60*20)
+
/* Types of machine we can announce as. */
#define ANNOUNCE_AS_NT 1
#define ANNOUNCE_AS_WIN95 2