Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 336 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 336 Bytes

IK2206-VPN-Project

The VPN you are implementing in this assignment is a port forwarding VPN. It operates at the transport layer, and is implemented through forwarding applications that forward (or relay) data between TCP connections. Your task is to implement two such forwarding applications, called ForwardClient and ForwardServer.