mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
mptcpd: add package
Package Multipath TCP daemon (mptcpd) and wrapper (mptcpize). Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
23
net/mptcpd/patches/130-simplify-log-function.patch
Normal file
23
net/mptcpd/patches/130-simplify-log-function.patch
Normal 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.
|
||||
Reference in New Issue
Block a user