[Openvpn-devel] OpenVPN failure traced to bug in tun driver (with fix)

2005-12-22 Thread Jeff Stearns
s equally true of taps. +* The author made a mistake when implementing this routine; he forgot that the device is always writable. +* -jeff stearns 22-Dec-2005 +*/ if( skb_queue_len(&tun->txq) ) - return POLLIN | POLLRDNORM; + return POLLIN | POLLRDNORM | POLLOUT | PO

[Openvpn-devel] Re: [Openvpn-users] OpenVPN failure traced to bug in tun driver (with fix)

2005-12-27 Thread Jeff Stearns
. Unfortunately, OpenVPN doesn't seem to have a formal bug reporting mechanism. That's why I posted my message. -jeff stearns On Dec 27, 2005, at 4:20 AM, Erich Titl wrote: Hi Jeff Stearns wrote: If you use OpenVPN on Linux 2.2 or 4 2.4 or Solaris, you may be suffering from a bug wh