diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2025-08-10 12:08:23 +0200 |
---|---|---|
committer | Sander Vrijders <sander@ouroboros.rocks> | 2025-08-11 10:15:32 +0200 |
commit | 5c9328203b277fc36550ba06720dd13e5940121b (patch) | |
tree | 92fb49323a0fdda7d696915800eb0af909fa7319 /src/ipcpd/config.h.in | |
parent | 2fd016776bca60e0a2bff69a9f130e4c3415bb4c (diff) | |
download | ouroboros-5c9328203b277fc36550ba06720dd13e5940121b.tar.gz ouroboros-5c9328203b277fc36550ba06720dd13e5940121b.zip |
ipcpd: Remove old IPCP_CONN_WAIT_DIR build option
The IPCP_CONN_WAIT_DIR build option is not needed anymore with the
recent update to the DHT. Also cleans up some logging in the IPCP.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/ipcpd/config.h.in')
-rw-r--r-- | src/ipcpd/config.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ipcpd/config.h.in b/src/ipcpd/config.h.in index b3a118ac..d2af6440 100644 --- a/src/ipcpd/config.h.in +++ b/src/ipcpd/config.h.in @@ -51,7 +51,6 @@ #define IPCP_UNICAST_MPL @IPCP_UNICAST_MPL@ #define CONNMGR_RCV_TIMEOUT @CONNMGR_RCV_TIMEOUT@ -#cmakedefine IPCP_CONN_WAIT_DIR #cmakedefine DISABLE_CORE_LOCK #cmakedefine IPCP_FLOW_STATS #cmakedefine IPCP_DEBUG_LOCAL |