summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2003-02-19 19:19:54 +0000
committerjason <jason@openbsd.org>2003-02-19 19:19:54 +0000
commitb6867056ca4f1530c92dd2a30dff6cd5967d6871 (patch)
tree7bf0136aba4aed59c3413bfc32ec94fd8c680126
parentdocument -s as synonym for -1, correct section number in title; PR# 3101 (diff)
downloadwireguard-openbsd-b6867056ca4f1530c92dd2a30dff6cd5967d6871.tar.xz
wireguard-openbsd-b6867056ca4f1530c92dd2a30dff6cd5967d6871.zip
Grr, forgot to commit this earlier: add ipcomps_minlen
-rw-r--r--sys/netinet/ip_ipcomp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_ipcomp.h b/sys/netinet/ip_ipcomp.h
index 638e4015bab..9597be23477 100644
--- a/sys/netinet/ip_ipcomp.h
+++ b/sys/netinet/ip_ipcomp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipcomp.h,v 1.4 2003/02/12 14:41:08 jason Exp $ */
+/* $OpenBSD: ip_ipcomp.h,v 1.5 2003/02/19 19:19:54 jason Exp $ */
/*
* Copyright (c) 2001 Jean-Jacques Bernard-Gundol (jj@wabbitt.org)
@@ -50,6 +50,7 @@ struct ipcompstat {
* IP_MAXPACKET */
u_int32_t ipcomps_pdrops; /* Packet blocked due to policy */
u_int32_t ipcomps_crypto; /* "Crypto" processing failure */
+ u_int32_t ipcomps_minlen; /* packets too short for compress */
};
/* IPCOMP header */