openziti / dilithium

Framework for high-performance streaming over message-passing systems. High-performance WAN protocols over UDP datagrams. Implemented in golang.
Apache License 2.0
13 stars 2 forks source link

Replace Disabled SIGUSR2 Functionality #111

Closed michaelquigley closed 3 years ago

michaelquigley commented 3 years ago

In order to support compilation on Windows, we need to remove the SIGUSR2 signal handling. There is already a Unix domain socket-based signalling mechanism underway for production forensics control... replace the existing SIGUSR2 support with a similar mechanism.