Re: [Openvpn-devel] [PATCH 3/5] Assign and honour signal priority order

2023-01-06 Thread Arne Schwabe
Am 01.01.23 um 22:51 schrieb selva.n...@gmail.com: From: Selva Nair Signals are ordered as SIGUSR2, SIGUSR1, SIGHUP, SIGTERM, SIGINT in increasing priority. Lower priority signals are not allowed to overwrite higher ones. This should fix Trac #311, #639 -- SIGTER/SIGINT lost during dns resolut

[Openvpn-devel] [PATCH 3/5] Assign and honour signal priority order

2023-01-01 Thread selva . nair
From: Selva Nair Signals are ordered as SIGUSR2, SIGUSR1, SIGHUP, SIGTERM, SIGINT in increasing priority. Lower priority signals are not allowed to overwrite higher ones. This should fix Trac #311, #639 -- SIGTER/SIGINT lost during dns resolution. (except for the Windows-specific bug handled in