przebijanie NAT working 100%

This commit is contained in:
2017-01-17 15:31:00 +01:00
parent ef51e1bdff
commit 914b34070e
12 changed files with 350 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
CXX = g++
CXXFLAGS = -Wall -std=c++11
LDFLAGS = -pthread -lncurses
OBJ = Log.o Packet.o Node.o NATItem.o NATRouter.o Peer.o Simulation.o
OBJ = Log.o Packet.o Node.o NATItem.o NATRouter.o Peer.o P2PServer.o Simulation.o
all:
+@make simulation