diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/inet_frag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/inet_frag.h b/include/net/inet_frag.h index 6f41b45e819e..4182c9be8bb5 100644 --- a/include/net/inet_frag.h +++ b/include/net/inet_frag.h | |||
@@ -41,7 +41,7 @@ struct inet_frag_queue { | |||
41 | struct netns_frags *net; | 41 | struct netns_frags *net; |
42 | }; | 42 | }; |
43 | 43 | ||
44 | #define INETFRAGS_HASHSZ 64 | 44 | #define INETFRAGS_HASHSZ 1024 |
45 | 45 | ||
46 | /* averaged: | 46 | /* averaged: |
47 | * max_depth = default ipfrag_high_thresh / INETFRAGS_HASHSZ / | 47 | * max_depth = default ipfrag_high_thresh / INETFRAGS_HASHSZ / |