Releases: WindowsHyun/Linux-EpollServer
Releases · WindowsHyun/Linux-EpollServer
iocpServer&testClient_Framework
iocpServer & testClient Framework
- iocp
- Session ( std::unordered_map<unsigned __int64, class PLAYER_Session *> )
- Player ( std::unordered_map<unsigned __int64, class PLAYER *>)
- Timer ( std::priority_queue)
- Protocol ( server->client, client->server )
- API ( std::queue<Packet_Frame> )
- Log ( SPDLog 00 : 00 Daily Log )
-- source : https://github.com/gabime/spdlog
-- path : "logs/iocpServer_*.txt
IOCP_Server_Framework
iocp Server Framework
- iocp
- Session ( std::vector )
- Player ( unordered_map<unsigned __int64, PLAYER *>)
- Timer ( std::priority_queue)
- Protocol ( server->client, client->server )