Skip to content

Instantly share code, notes, and snippets.

View MiguelRipoll23's full-sized avatar
🍿

Miguel Ripoll MiguelRipoll23

🍿
View GitHub Profile
@MiguelRipoll23
MiguelRipoll23 / Connection.cs
Last active June 19, 2020 16:52
tcp-packet-parser
// +---------------------------------------------+
// | Packet |
// +---------------------------------------------+
// | id (short) | payload size (short) | payload |
// +------------+----------------------+---------+
using System;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;