feat: add network connections

This commit is contained in:
parker
2025-07-04 19:02:34 +01:00
parent af6c2eb7c5
commit 2a3b041943
13 changed files with 226 additions and 79 deletions

View File

@@ -32,5 +32,10 @@ namespace enzo
namespace nt
{
using OpId = uint64_t;
enum class SocketIOType {
Input,
Output
};
}
}