From: Andreas Steffen Date: Thu, 11 Jan 2007 20:02:50 +0000 (-0000) Subject: doubled PAYLIMIT to 40 payloads X-Git-Tag: 4.0.7~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74ca038e93acc43ee43f2b7a6cb73e287bbc93d0;p=thirdparty%2Fstrongswan.git doubled PAYLIMIT to 40 payloads --- diff --git a/src/pluto/demux.h b/src/pluto/demux.h index 63a8380014..373dd63151 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,