Add .gitignore and resolve simple TODOs

This commit is contained in:
2025-11-21 18:39:28 +01:00
parent 3c2ef70c66
commit 3f76d1827e
7 changed files with 65 additions and 21 deletions
+7
View File
@@ -148,6 +148,13 @@ typedef struct {
// Native socket events that need to be monitored
int events;
// Generation counter to invalidate any SocketHandle
// referring to this socket when it is freed.
// Note that this counter may wrap but always skips
// the 0 value to ensure the 0 SocketHandle is always
// invalid.
uint16_t gen;
// User-provided context pointer
void *user;