Hi,
On Tue, Feb 20, 2018 at 3:20 AM, Gert Doering wrote:
> Hi,
>
> On Mon, Feb 19, 2018 at 03:26:34PM -0500, selva.n...@gmail.com wrote:
>> - In route.c print adapter_index as unsigned int as in the rest
>> of the code.
>
> That one confuses me, but that is most likely me vs. windows types.
>
>
Hi,
On Mon, Feb 19, 2018 at 03:26:34PM -0500, selva.n...@gmail.com wrote:
> - In route.c print adapter_index as unsigned int as in the rest
> of the code.
That one confuses me, but that is most likely me vs. windows types.
adapter_index is declared as "DWORD" in tun.h, and
https://msdn.mic