FreeBSD Bugzilla – Attachment 14953 Details for
Bug 27912
ipfilter state table limits are too small
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 830 bytes, created by
Rob Simmons
on 2001-06-06 20:00:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Rob Simmons
Created:
2001-06-06 20:00:04 UTC
Size:
830 bytes
patch
obsolete
>*** /tmp/ip_state.h Wed Jun 6 14:55:56 2001 >--- sys/netinet/ip_state.h Wed Jun 6 14:56:21 2001 >*************** >*** 18,25 **** > # define SIOCDELST _IOW(r, 61, struct ipstate *) > #endif > >! #define IPSTATE_SIZE 5737 >! #define IPSTATE_MAX 4013 /* Maximum number of states held */ > > #define PAIRS(s1,d1,s2,d2) ((((s1) == (s2)) && ((d1) == (d2))) ||\ > (((s1) == (d2)) && ((d1) == (s2)))) >--- 18,25 ---- > # define SIOCDELST _IOW(r, 61, struct ipstate *) > #endif > >! #define IPSTATE_SIZE 64747 >! #define IPSTATE_MAX 45322 /* Maximum number of states held */ > > #define PAIRS(s1,d1,s2,d2) ((((s1) == (s2)) && ((d1) == (d2))) ||\ > (((s1) == (d2)) && ((d1) == (s2))))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 27912
: 14953