Re: [Openvpn-devel] [PATCH] Check for more data in control channel

2018-01-05 Thread Steffan Karger
Hi David, On 05-01-18 20:48, David Sommerseth wrote: > On 04/01/18 13:07, Steffan Karger wrote: >> If control channel packets arrive quickly after each other, or out of >> order, there might be more data available than we can read in one >> tls_process() call. If that happened, and no further

Re: [Openvpn-devel] [PATCH] Check for more data in control channel

2018-01-05 Thread David Sommerseth
On 04/01/18 13:07, Steffan Karger wrote: > If control channel packets arrive quickly after each other, or out of > order, there might be more data available than we can read in one > tls_process() call. If that happened, and no further control channel > packet arrived (e.g. because the last two

[Openvpn-devel] [PATCH] Check for more data in control channel

2018-01-04 Thread Steffan Karger
If control channel packets arrive quickly after each other, or out of order, there might be more data available than we can read in one tls_process() call. If that happened, and no further control channel packet arrived (e.g. because the last two packets arrived out-of-order), we would wait for