pknock: improve sizeof(struct ipt_pknock) by using "even" field sizes

The field sizes were 33, which makes for lots of padding holes.
This commit is contained in:
Jan Engelhardt
2009-09-29 15:17:26 +02:00
parent c0dc0858de
commit afbeb2fb47

View File

@@ -22,8 +22,8 @@
#define IPT_PKNOCK_CLOSESECRET 0x40
#define IPT_PKNOCK_MAX_PORTS 15
#define IPT_PKNOCK_MAX_BUF_LEN 32
#define IPT_PKNOCK_MAX_PASSWD_LEN 32
#define IPT_PKNOCK_MAX_BUF_LEN 31
#define IPT_PKNOCK_MAX_PASSWD_LEN 31
#define DEBUG 1