summaryrefslogtreecommitdiff
path: root/h/zephyr
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1994-11-01 12:50:52 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1994-11-01 12:50:52 +0000
commit4eff1d544e4684f7344dee715c8732c11ca57afa (patch)
treef44bd3658c8debb963bfe4b93279792c624df88f /h/zephyr
parent4ae72258d5ab996785fe5aef6ab9784724f906ac (diff)
Changes for better duplicate notice checking.
Diffstat (limited to 'h/zephyr')
-rw-r--r--h/zephyr/zephyr_internal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/h/zephyr/zephyr_internal.h b/h/zephyr/zephyr_internal.h
index d0f8540..34d3eee 100644
--- a/h/zephyr/zephyr_internal.h
+++ b/h/zephyr/zephyr_internal.h
@@ -40,6 +40,7 @@ struct _Z_InputQ {
struct sockaddr_in from;
struct _Z_Hole *holelist;
ZUnique_Id_t uid;
+ int auth;
int header_len;
char *header;
int msg_len;
@@ -65,8 +66,8 @@ extern struct _Z_InputQ *__Q_Head, *__Q_Tail;
* touched by an incoming fragment */
#define Z_NOTICETIMELIMIT 30 /* seconds */
- /* Number of old uid's to keep around to help filter out duplicates */
-#define Z_FILTERDEPTH 10 /* uid's */
+ /* Initial size of old uid buffer. */
+#define Z_INITFILTERSIZE 30 /* uid's */
extern int __Zephyr_open; /* 0 if the library opened the FD, 1 otherwise */
extern int __HM_set; /* 0 if the library set the dest addr, 1 otherwise */