This commit is contained in:
Daniel Ledda
2025-12-01 12:25:13 +01:00
parent 875cd9d044
commit 35510de012
4 changed files with 280 additions and 213 deletions

1
os.h
View File

@@ -67,6 +67,7 @@ typedef struct SocketConnectInfo SocketConnectInfo;
struct SocketConnectInfo {
string address;
uint16 port;
bool blocking;
};