summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPancakeTAS <pancake@mgnet.work>2026-06-13 14:47:53 +0200
committerPancakeTAS <pancake@mgnet.work>2026-06-14 16:26:34 +0200
commit5781d6a312db5389a089abac127339a9ff5de696 (patch)
tree327366db23026636ba9b81700fb6e90eab432228 /CMakeLists.txt
parent(initial commit) (diff)
feat: Implement peer-to-peer(ish) socket handshake
This isn't entirely "peer-to-peer", because one side requires a publicly accessible port. The primary usecase for this is to establish connections to an endpoint, when there are several non-deterministic paths available on the client side.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d666efb..750d7b6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,6 +8,7 @@ project(mpu
include(cmake/Diagnostics.cmake)
add_executable(mpu
+ "src/p2p.c"
"src/main.c")
set_target_properties(mpu PROPERTIES