A basic TCP proxy, written in C.
 
 
Go to file
Aadhavan Srinivasan be336f01dc Added include guards
README.md Added README
easysock.c Added separate file for helper functions.
easysock.h Added include guards
main.c Updated header inclusion

README.md

basic-proxy [WIP]

A simple, basic TCP proxy, written in C.

This is a simple proxy that can receive connections on one port, and forward them to another.

It is written in C, and has a small file size and memory footprint.

Installation

TODO