aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/demux.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-01-11 20:02:50 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-01-11 20:02:50 +0000
commit74ca038e93acc43ee43f2b7a6cb73e287bbc93d0 (patch)
tree46e5caeed0b89343aa170d2faf259de93d85af35 /src/pluto/demux.h
parent1748c5779904d938748a137ce3ae031d97f0c6f8 (diff)
downloadstrongswan-74ca038e93acc43ee43f2b7a6cb73e287bbc93d0.tar.bz2
strongswan-74ca038e93acc43ee43f2b7a6cb73e287bbc93d0.tar.xz
doubled PAYLIMIT to 40 payloads
Diffstat (limited to 'src/pluto/demux.h')
-rw-r--r--src/pluto/demux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/demux.h b/src/pluto/demux.h
index 63a838001..373dd6315 100644
--- a/src/pluto/demux.h
+++ b/src/pluto/demux.h
@@ -64,7 +64,7 @@ struct msg_digest {
bool dpd; /* peer supports RFC 3706 DPD */
bool openpgp; /* peer supports OpenPGP certificates */
-# define PAYLIMIT 20
+# define PAYLIMIT 40
struct payload_digest
digest[PAYLIMIT],
*digest_roof,