add tcp support
All checks were successful
Linux arm64 / Build (push) Successful in 58s

This commit is contained in:
2025-03-02 11:31:07 +01:00
parent efcfae69db
commit 4b2e4ca132
10 changed files with 489 additions and 4 deletions

View File

@@ -2,4 +2,8 @@
#if __has_include(<sp/extensions/Compress.h>)
#include <sp/extensions/Compress.h>
#endif
#if __has_include(<sp/extensions/Tcp.h>)
#include <sp/extensions/Tcp.h>
#endif