/ReliableUDP

First stab at building a high performance, reliable transport-layer protocol using a combination of UDP and TCP

Primary LanguageC

John Paine
COS 440 HW 3 (Project 1)

COMPILE:
	Within the directory containing the source code issue: 'make'
RUNNING:
	in seperate windows, issue './client' and './server'