From 332e28cbb820841d6c6a47695509fd17baebc7bc Mon Sep 17 00:00:00 2001 From: azw Date: Fri, 14 Apr 2023 13:49:41 +0000 Subject: [PATCH] 1 --- server/wsproxy/ikcp.c | 1 + server/wsproxy/ikcp.h | 1 + 2 files changed, 2 insertions(+) create mode 120000 server/wsproxy/ikcp.c create mode 120000 server/wsproxy/ikcp.h diff --git a/server/wsproxy/ikcp.c b/server/wsproxy/ikcp.c new file mode 120000 index 0000000..33936ed --- /dev/null +++ b/server/wsproxy/ikcp.c @@ -0,0 +1 @@ +../../third_party/kcp/ikcp.c \ No newline at end of file diff --git a/server/wsproxy/ikcp.h b/server/wsproxy/ikcp.h new file mode 120000 index 0000000..d3812e1 --- /dev/null +++ b/server/wsproxy/ikcp.h @@ -0,0 +1 @@ +../../third_party/kcp/ikcp.h \ No newline at end of file