X-Git-Url: https://git.saurik.com/apple/ipsec.git/blobdiff_plain/80318cb73f9fe1670dff6eb1801ec47bbf0ff285..93762ec711925b48478d6979a212129ed8f0a134:/ipsec-tools/racoon/schedule.h diff --git a/ipsec-tools/racoon/schedule.h b/ipsec-tools/racoon/schedule.h index bd66593..e7e7477 100644 --- a/ipsec-tools/racoon/schedule.h +++ b/ipsec-tools/racoon/schedule.h @@ -67,6 +67,8 @@ do { \ /* must be called after it's called from scheduler. */ #define SCHED_INIT(s) (s) = NULL +#define SELECT_SEC_MAX 86400 /* kernel's upper limit is actually 100000000 */ +#define SELECT_USEC_MAX 1000000 /* kernel's upper limit */ struct scheddump { time_t xtime;