diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-01-11 20:02:50 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-01-11 20:02:50 +0000 |
commit | 74ca038e93acc43ee43f2b7a6cb73e287bbc93d0 (patch) | |
tree | 46e5caeed0b89343aa170d2faf259de93d85af35 /src/pluto/demux.h | |
parent | 1748c5779904d938748a137ce3ae031d97f0c6f8 (diff) | |
download | strongswan-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.h | 2 |
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, |