NS3
● waf key commands
○ configure
■ ./waf -d [optimized|debug] configure
○ make
■ ./waf
○ run programs
■ ./waf --run simp...