Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 489 Bytes

File metadata and controls

5 lines (5 loc) · 489 Bytes

RelayServer

This repository contains an implementation of a relay server in C. The relay server utilizes UDP sockets for swift but non-lossless packet forwarding. In particular, this implementation was created to forward a VLC video stream from one computer to another. The packet_loss function is used to simulate packet loss over a network based on a specified loss rate. Modifying the loss rate results in resolution changes to the output stream on the computer forwarded to.