From eeed0c98a1fa769b74e96590d4ade1825e2ca2f9 Mon Sep 17 00:00:00 2001 From: Marko Zec Date: Tue, 18 Aug 2020 22:46:46 +0000 Subject: [PATCH] Increase BER to PER lookup table size in an attempt to mitigate panics with LRO and TSO. Reported by: rstone --- sys/netgraph/ng_pipe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netgraph/ng_pipe.h b/sys/netgraph/ng_pipe.h index adf56cda6f7..2abccaa0a19 100644 --- a/sys/netgraph/ng_pipe.h +++ b/sys/netgraph/ng_pipe.h @@ -43,7 +43,7 @@ #define NG_PIPE_HOOK_UPPER "upper" #define NG_PIPE_HOOK_LOWER "lower" -#define MAX_FSIZE 16384 /* Largest supported frame size, in bytes, for BER */ +#define MAX_FSIZE 65536 /* Largest supported frame size, in bytes, for BER */ #define MAX_OHSIZE 256 /* Largest supported dummy-framing size, in bytes */ /* Statistics structure for one hook */