Skip to content

Releases: WindowsHyun/Linux-EpollServer

iocpServer&testClient_Framework

22 Jan 02:54
Compare
Choose a tag to compare

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

27 Dec 05:54
Compare
Choose a tag to compare

iocp Server Framework

  • iocp
  • Session ( std::vector )
  • Player ( unordered_map<unsigned __int64, PLAYER *>)
  • Timer ( std::priority_queue)
  • Protocol ( server->client, client->server )