imap-keepalive.c revision efc70d056348cf48f13c0138b9f986a31279a536
/* Copyright (c) 2002-2015 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "crc32.h"
#include "net.h"
#include "imap-keepalive.h"
#include <time.h>
{
unsigned int addr;
return FALSE;
return FALSE; /* 10/8 */
return FALSE; /* 192.168/16 */
return FALSE; /* 172.16/12 */
return FALSE; /* 127/8 */
}
#ifdef HAVE_IPV6
return FALSE; /* fc00::/7 */
}
#endif
return TRUE;
}
unsigned int
unsigned int interval_secs)
{
unsigned int client_hash;
return interval_secs * 1000;
}