Browse Source

commit

master
Piotr Dergun 6 years ago
parent
commit
3d19e16056
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      README.md

+ 10
- 0
README.md View File

@ -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

Loading…
Cancel
Save