Spy06 / Netcode

A simple code, teaching you how to connect 2 different project using Dgram UDP Socket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netcode

(LEARNING ONLY) A simple code, teaching you how to connect 2 different project using Dgram UDP Socket

UDP, is a protocol that allows user to send packets fast. Fast, i mean, the data can be duplicated, or dropped And this is where the reliability system comes in, it will detect the lost packets, catch them so we can resend it again

NOTE: THERE ARE MAYBE SOME BUGS

About

A simple code, teaching you how to connect 2 different project using Dgram UDP Socket


Languages

Language:C# 100.0%