diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/if_tun.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/if_tun.h b/include/linux/if_tun.h index ad1e168004ee..f1e8c518e66d 100644 --- a/include/linux/if_tun.h +++ b/include/linux/if_tun.h @@ -53,7 +53,7 @@ struct tun_struct { #endif /* __KERNEL__ */ /* Read queue size */ -#define TUN_READQ_SIZE 10 +#define TUN_READQ_SIZE 500 /* TUN device flags */ #define TUN_TUN_DEV 0x0001 |
