]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
doubled PAYLIMIT to 40 payloads
authorAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 11 Jan 2007 20:02:50 +0000 (20:02 -0000)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 11 Jan 2007 20:02:50 +0000 (20:02 -0000)
src/pluto/demux.h

index 63a8380014b13b01050386d5ed55f49fcd89f39f..373dd631518a0517a68a7a7db9365385dbe77cb2 100644 (file)
@@ -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,