Symulacja NAT na przedmiot Symulacje Komputerowe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
469 B

6 years ago
  1. # NAT Simulation
  2. A simple NAT Simulator written in C++, which allows imagine two particular situations:
  3. * NAT Traversal - connection beetween two clients (behind NAT) using proxy server (e.g. typical P2P connection).
  4. * NAT Overload - when amount of connections are significantly more than available source ports (NAT can't handle all of them).
  5. Keywords: Linux, C++, ncurses, pthreads, NAT, networking, simulation
  6. 2017 (c) Piotr Dergun, Konrad Szwedo, Dominik Waśko