Network

    [Gaffer On Games] Reading and Writing Packets 정리

    Reading and Writing Packets | Gaffer On Games Reading and Writing Packets | Gaffer On Games Introduction Hi, I’m Glenn Fiedler and welcome to Building a Game Network Protocol. In this article we’re going to explore how AAA multiplayer games like first person shooters read and write packets. We’ll start with text based formats then move into gafferongames.com ※ 번역이 아니라 정리입니다! Background 게임과 같은 프로..

    [Gaffer On Games] Client Server Connection 정리

    Client Server Connection | Gaffer On Games Client Server Connection | Gaffer On Games Introduction Hi, I’m Glenn Fiedler and welcome to Building a Game Network Protocol. So far in this article series we’ve discussed how games read and write packets, how to unify packet read and write into a single function, how to fragment and re-assemb gafferongames.com ※ 번역이 아니라 정리입니다! UDP를 사용하는 이유 게임 개발에서 굳이 ..