mirror of
https://github.com/openwrt/packages.git
synced 2025-07-17 19:14:47 +00:00
Package Multipath TCP daemon (mptcpd) and wrapper (mptcpize). Signed-off-by: Daniel Golle <daniel@makrotopia.org>
20 lines
495 B
Diff
20 lines
495 B
Diff
From 80e5db2774a902f6a2f32741fe762888343222d9 Mon Sep 17 00:00:00 2001
|
|
From: lifei76 <lifei76@meituan.com>
|
|
Date: Thu, 20 Jul 2023 16:33:42 +0800
|
|
Subject: [PATCH 03/11] 1
|
|
|
|
---
|
|
lib/network_monitor.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/lib/network_monitor.c
|
|
+++ b/lib/network_monitor.c
|
|
@@ -18,6 +18,7 @@
|
|
#include <stdlib.h>
|
|
#include <assert.h>
|
|
|
|
+#include <byteswap.h>
|
|
#include <linux/rtnetlink.h>
|
|
#include <arpa/inet.h>
|
|
#include <net/if.h> // For standard network interface flags.
|