aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/ipv6/ip6_flowlabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_flowlabel.c b/net/ipv6/ip6_flowlabel.c
index 4a06ed01d0c3..5f10b0d0bca5 100644
--- a/net/ipv6/ip6_flowlabel.c
+++ b/net/ipv6/ip6_flowlabel.c
@@ -41,7 +41,7 @@
41#define FL_MIN_LINGER 6 /* Minimal linger. It is set to 6sec specified 41#define FL_MIN_LINGER 6 /* Minimal linger. It is set to 6sec specified
42 in old IPv6 RFC. Well, it was reasonable value. 42 in old IPv6 RFC. Well, it was reasonable value.
43 */ 43 */
44#define FL_MAX_LINGER 60 /* Maximal linger timeout */ 44#define FL_MAX_LINGER 150 /* Maximal linger timeout */
45 45
46/* FL hash table */ 46/* FL hash table */
47 47