Home
last modified time | relevance | path

Searched refs:pbuf_global_dupe_expiration (Results 1 – 3 of 3) sorted by relevance

/dports/net/aprsc/aprsc-2.1.10.gd72a17c/src/
H A Dconfig.h77 extern int pbuf_global_dupe_expiration;
H A Ddupecheck.c100 time_t expire2 = tick - pbuf_global_dupe_expiration; in global_pbuf_purger()
H A Dconfig.c118 int pbuf_global_dupe_expiration = 4*60; /* 4 minutes */ /* 10 sec for load testing */ variable