diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-11-09 09:49:14 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-11-09 09:49:14 +0000 |
commit | 004d8b48a8962828b3f63227fdf0667d3c3b18af (patch) | |
tree | a8d1cb76e1a39902c47225a436a65f1fef660dfc /tun.h | |
parent | Interim snapshot 2.1_rc1a (diff) | |
download | openvpn-004d8b48a8962828b3f63227fdf0667d3c3b18af.tar.xz |
Fixed issue where OpenVPN does not apply the --txqueuelen option
to persistent interfaces made with --mktun (Roy Marples).
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1447 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'tun.h')
-rw-r--r-- | tun.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ int write_tun (struct tuntap* tt, uint8_t *buf, int len); int read_tun (struct tuntap* tt, uint8_t *buf, int len); void tuncfg (const char *dev, const char *dev_type, const char *dev_node, - bool ipv6, int persist_mode); + bool ipv6, int persist_mode, const struct tuntap_options *options); const char *guess_tuntap_dev (const char *dev, const char *dev_type, |