remote_rom: use UDP and implement go-back-N ARQ

This commit is contained in:
Johannes Schlatow
2018-11-09 09:48:05 +01:00
committed by Norman Feske
parent c137c595c8
commit 8ed98b8459
16 changed files with 1221 additions and 419 deletions

View File

@@ -1,7 +1,7 @@
# \author Johannes Schlatow
# \date 2016-03-19
SRC_CC += backend/nic_ip/client.cc backend/nic_ip/server.cc
SRC_CC += backend/nic_ip/base.cc backend/nic_ip/client.cc backend/nic_ip/server.cc
INC_DIR += $(REP_DIR)/src/lib/remote_rom/backend/nic_ip
LIBS += base net