feature: Support client connections over UDP

This commit is contained in:
yuanyuanxiang
2025-07-02 03:53:21 +08:00
parent 763b4f6f25
commit 848f4089bb
8 changed files with 134 additions and 57 deletions

View File

@@ -41,6 +41,6 @@ private:
struct IO_CONTEXT {
OVERLAPPED ol;
CONTEXT_OBJECT* pContext;
CONTEXT_UDP* pContext;
};
};