[Openvpn-devel] Adding a ctrl-C handler in windows

2015-11-07 Thread Selva Nair
Hi, I plan to add a control-C handler in win32.c. The handler will simply map it to SIGTERM. Is there any particular reason why control-C is not currently handled? We need this functionality to use nssm properly. When openvpn is started by nssm, the service has no good ways of gracefully terminat

Re: [Openvpn-devel] [PATCH applied] Re: Fix termination when windows suspends/sleeps

2015-11-07 Thread Selva Nair
Hi, On Fri, Nov 6, 2015 at 4:12 PM, Gert Doering wrote: > On Fri, Nov 06, 2015 at 10:08:59PM +0100, Gert Doering wrote: >> ACK. Explanation makes sense, logs and testers demonstrate that it indeed >> fixes a significant problem, and the code is sane :-) - thanks. >> >> Your patch has been applie