Add TCP support (#12)
All checks were successful
Linux arm64 / Build (push) Successful in 15s

Reviewed-on: #12
Co-authored-by: Persson-dev <sim16.prib@gmail.com>
Co-committed-by: Persson-dev <sim16.prib@gmail.com>
This commit was merged in pull request #12.
This commit is contained in:
2025-03-03 10:04:41 +00:00
committed by Simon Pribylski
parent 61d0ce3a47
commit 4a7eb7a1df
16 changed files with 521 additions and 26 deletions

View File

@@ -0,0 +1,4 @@
#pragma once
#include <sp/extensions/tcp/TcpListener.h>
#include <sp/extensions/tcp/TcpSocket.h>