From 0dbfdabb2f6c3ad907421f90f90714315959339f Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Thu, 18 Oct 2018 19:53:24 +0200 Subject: ipcpd, irmd: Handle signal in main thread The signals are now handled in the main thread instead of an asynchronous signal handler. The acceptloop is now correctly cancelled and the associated timeouts are removed. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/ipcpd/config.h.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ipcpd/config.h.in') diff --git a/src/ipcpd/config.h.in b/src/ipcpd/config.h.in index f7af0808..43307d87 100644 --- a/src/ipcpd/config.h.in +++ b/src/ipcpd/config.h.in @@ -26,8 +26,6 @@ #define PROG_RES_FDS @PROG_RES_FDS@ #define PROG_MAX_FLOWS @PROG_MAX_FLOWS@ -#define IPCP_ACCEPT_TIMEOUT @IPCP_ACCEPT_TIMEOUT@ - #define SOCKET_TIMEOUT @SOCKET_TIMEOUT@ #define CONNECT_TIMEOUT @CONNECT_TIMEOUT@ -- cgit v1.2.3