Re: [Openvpn-devel] [PATCH] verb 5 logging wrongly reports received bytes

2010-02-22 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/02/10 17:37, David Sommerseth wrote: > With --verb 5, openvpn logs a single letter (rwRW) for each package > received or sent. I recently ran into a problem with the tun device on > Linux where the read from that device returned 0. Unfortunately

Re: [Openvpn-devel] [PATCH] verb 5 logging wrongly reports received bytes

2010-02-19 Thread Gert Doering
Hi, On Fri, Feb 19, 2010 at 05:37:48PM +0100, David Sommerseth wrote: > ACK > > Patch looks sensible, and applies cleanly to the master branch. ACK. I can see the reason for doing so (as I'll have a device "soon" that will return 0 from tun device reads under certain circumstances) and it does

[Openvpn-devel] [PATCH] verb 5 logging wrongly reports received bytes

2010-02-19 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 With --verb 5, openvpn logs a single letter (rwRW) for each package received or sent. I recently ran into a problem with the tun device on Linux where the read from that device returned 0. Unfortunately this was also logged as "r", which made me assume