From 74ca038e93acc43ee43f2b7a6cb73e287bbc93d0 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 11 Jan 2007 20:02:50 +0000 Subject: doubled PAYLIMIT to 40 payloads --- src/pluto/demux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pluto/demux.h') 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, -- cgit v1.2.3