[Openvpn-devel] [PATCH] Set the correct mtu on windows based systems

2020-04-21 Thread Christopher Schenk
Signed-off-by: Christopher Schenk --- include/openvpn-msg.h | 10 +++- src/openvpn/tun.c | 89 +++ src/openvpnserv/interactive.c | 31 3 files changed, 129 insertions(+), 1 deletion(-) diff --git a/include/openvpn-msg.h b/include/o

Re: [Openvpn-devel] [PATCH] Set the correct mtu on windows based systems

2020-04-15 Thread Gert Doering
Hi, On Thu, Apr 04, 2019 at 01:16:56PM +0200, Christopher Schenk wrote: > Signed-off-by: Christopher Schenk > --- > include/openvpn-msg.h | 8 > src/openvpn/tun.c | 89 +++ > src/openvpnserv/interactive.c | 31 > 3 files chan

Re: [Openvpn-devel] [PATCH] Set the correct mtu on windows based systems

2019-11-12 Thread Christopher Schenk
Hi, any updates on this? I would really love to see this upstream. Regards, Christopher On 5/18/19 3:43 PM, Gert Doering wrote: Hi, On Sat, May 18, 2019 at 02:38:29PM +0200, Christopher Schenk wrote: any other thoughts on this patch? Any chance to getting it applied? It got an ACK, so it's

Re: [Openvpn-devel] [PATCH] Set the correct mtu on windows based systems

2019-05-18 Thread Gert Doering
Hi, On Sat, May 18, 2019 at 02:38:29PM +0200, Christopher Schenk wrote: > any other thoughts on this patch? Any chance to getting it applied? It got an ACK, so it's in my work queue :-) - there is a given chance that I might find something on my "double check before merging", but usually when Se

Re: [Openvpn-devel] [PATCH] Set the correct mtu on windows based systems

2019-05-18 Thread Christopher Schenk
Hi, any other thoughts on this patch? Any chance to getting it applied? Christopher On 4/23/19 5:35 PM, Christopher Schenk wrote: Hi, i think this is not a big issue since the mtu is only set until the system gets rebooted. So it behaves exactly like my netsh version where i specified a "st

Re: [Openvpn-devel] [PATCH] Set the correct mtu on windows based systems

2019-04-23 Thread Christopher Schenk
Hi, i think this is not a big issue since the mtu is only set until the system gets rebooted. So it behaves exactly like my netsh version where i specified a "store=active" in the set command. Christopher On 18/04/2019 17:47, Selva Nair wrote: Hi, Thanks for the new version. I somehow miss

Re: [Openvpn-devel] [PATCH] Set the correct mtu on windows based systems

2019-04-18 Thread Selva Nair
Hi, Thanks for the new version. I somehow missed it as it went into a new thread. For the record, this is an updated version of the series https://patchwork.openvpn.net/project/openvpn2/list/?series=471 with requested changes: (i) tabs removed + some good white-space changes (ii) GetIpInterfaceE

Re: [Openvpn-devel] [PATCH] Set the correct mtu on windows based systems

2019-04-18 Thread Christopher Schenk
Hi, what do you think about this patch? Is anything missing? Best regards Christopher On 4/4/19 1:16 PM, Christopher Schenk wrote: Signed-off-by: Christopher Schenk --- include/openvpn-msg.h | 8 src/openvpn/tun.c | 89 +++ src/op

[Openvpn-devel] [PATCH] Set the correct mtu on windows based systems

2019-04-04 Thread Christopher Schenk
Signed-off-by: Christopher Schenk --- include/openvpn-msg.h | 8 src/openvpn/tun.c | 89 +++ src/openvpnserv/interactive.c | 31 3 files changed, 128 insertions(+) diff --git a/include/openvpn-msg.h b/include/openvpn-msg.h in