tcp/udp 추가, todo:iocp openssl 지원하도록 업데이트하기

This commit is contained in:
2025-05-27 21:52:21 +09:00
parent 27f1e63c98
commit 466a80f02b
25 changed files with 1056 additions and 6 deletions

10
impl/session/session.cpp Normal file
View File

@@ -0,0 +1,10 @@
#include "session/session.h"
#include "utils/thread_pool.h"
namespace happytanuki {
Session::Session(utils::ThreadPool* tp, SessionProtocol proto) {
}
} // namespace happytanuki