2017-11-04 00:13:26 +01:00
2017-11-04 00:13:26 +01:00

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

Description
Symulacja NAT na przedmiot Symulacje Komputerowe
Readme 87 KiB
Languages
C++ 99.3%
Makefile 0.7%