Increase BER to PER lookup table size in an attempt to mitigate panics

with LRO and TSO.

Reported by:    rstone
This commit is contained in:
Marko Zec 2020-08-18 22:46:46 +00:00
parent 502305f04a
commit eeed0c98a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364368

View File

@ -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 */