jnperry / azilink

Automatically exported from code.google.com/p/azilink
GNU General Public License v2.0
23 stars 18 forks source link

txqueuelen is too small by default #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. txqueuelen is too small by default
2. run an application like Wow.exe under wine and it will fail because of this
3. Apply this patch:

Index: azilink.ovpn
===================================================================
--- azilink.ovpn        (revision 10)
+++ azilink.ovpn        (working copy)
@@ -8,5 +8,7 @@
 socket-flags TCP_NODELAY
 #keepalive 10 30
 ping 10
+txqueuelen 50000
+txqueuelen
 dhcp-option DNS 192.168.56.1

What is the expected output? What do you see instead?

It works then.

What version of the product are you using? On what operating system?

2.0.2

Please provide any additional information below.

Fixed.

Original issue reported on code.google.com by subsilico@gmail.com on 9 Mar 2011 at 6:08

Attachments:

GoogleCodeExporter commented 9 years ago
This line blows away my OpenVPN on Windows.
This is meant for OpenVPN on Linux, right?
(conclusion from 'Wow.exe under wine' in line 2. of Steps to reproduce the 
problem)

Original comment by ptal...@gmail.com on 22 Apr 2012 at 1:09