mptcpd: add package

Package Multipath TCP daemon (mptcpd) and wrapper (mptcpize).

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2024-10-25 19:54:29 +01:00
parent 31a81c6045
commit d6908b2c5d
10 changed files with 1122 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
From 7e1cc2d933976c20bec932613172b56c5172b7f0 Mon Sep 17 00:00:00 2001
From: lifei76 <lifei76@meituan.com>
Date: Thu, 20 Jul 2023 18:24:37 +0800
Subject: [PATCH 09/11] 7
---
src/configuration.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--- a/src/configuration.c
+++ b/src/configuration.c
@@ -52,7 +52,10 @@
# error Problem configuring default log message destination.
#endif
/// Name of the default logging function determined at compile-time.
-#define MPTCPD_SET_LOG_FUNCTION MPTCPD_CONCAT(l_log_set_, MPTCPD_LOGGER)
+ // #define MPTCPD_SET_LOG_FUNCTION MPTCPD_CONCAT(l_log_set_, MPTCPD_LOGGER)
+
+#define MPTCPD_SET_LOG_FUNCTION l_log_set_stderr
+
/**
* @brief Get the function that sets the log message destination.