Skip to content

Instantly share code, notes, and snippets.

View ZCube's full-sized avatar
🏠
Slow

ZCube ZCube

🏠
Slow
  • Seoul, Republic of Korea
  • 20:07 (UTC +09:00)
  • X @zcube
View GitHub Profile
@ZCube
ZCube / example_p2p.cpp
Created June 25, 2020 15:41
example_p2p.cpp draft for Valve GameNetworkSockets
#include <assert.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <algorithm>
#include <string>
#include <random>
#include <chrono>
#include <thread>