From 3d19e160564c8403b5b24fad8383c0850cc7de0d Mon Sep 17 00:00:00 2001 From: PioDer Date: Sat, 4 Nov 2017 00:13:26 +0100 Subject: [PATCH] commit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ebf0345 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# NAT Simulation + +A simple NAT Simulator written in C++, which allows imagine two particular situations: + +* NAT Traversal - connection beetween two clients (behind NAT) using proxy server (e.g. typical P2P connection). +* NAT Overload - when amount of connections are significantly more than available source ports (NAT can't handle all of them). + +Keywords: Linux, C++, ncurses, pthreads, NAT, networking, simulation + +2017 (c) Piotr Dergun, Konrad Szwedo, Dominik Waśko \ No newline at end of file