mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Increase FWMAXQUEUE up to 128.
This commit is contained in:
parent
9db35195c9
commit
30177c8168
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ struct fw_reg_req_t {
|
|||
|
||||
#define MAXREC(x) (2 << (x))
|
||||
#define FWPMAX_S400 (2048 + 20) /* MAXREC plus space for control data */
|
||||
#define FWMAXQUEUE 64
|
||||
#define FWMAXQUEUE 128
|
||||
|
||||
#define FWLOCALBUS 0xffc0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue