diff options
author | Dimitri Staessens <dimitri.staessens@ugent.be> | 2018-10-18 19:53:24 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-10-18 20:08:20 +0200 |
commit | 0dbfdabb2f6c3ad907421f90f90714315959339f (patch) | |
tree | e406de82e92fb4e53693ce30bf54f57a36e6c86e /src/ipcpd/config.h.in | |
parent | 8b457e304186c8512139018fcdebc1c221d22ef0 (diff) | |
download | ouroboros-0dbfdabb2f6c3ad907421f90f90714315959339f.tar.gz ouroboros-0dbfdabb2f6c3ad907421f90f90714315959339f.zip |
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 <dimitri.staessens@ugent.be>
Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Diffstat (limited to 'src/ipcpd/config.h.in')
-rw-r--r-- | src/ipcpd/config.h.in | 2 |
1 files changed, 0 insertions, 2 deletions
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@ |