Cleaning up TCP and UDP code

Same port number used as before, but some inconsistencies fixed
This commit is contained in:
2021-08-09 16:57:24 +02:00
parent 5a6c81130d
commit ba5e2ad8bb
6 changed files with 8 additions and 9 deletions

View File

@ -41,8 +41,7 @@ class TcpTmTcServer:
public TcpIpBase,
public ExecutableObjectIF {
public:
/* The ports chosen here should not be used by any other process. */
static const std::string DEFAULT_TCP_SERVER_PORT;
static const std::string DEFAULT_SERVER_PORT;
static constexpr size_t ETHERNET_MTU_SIZE = 1500;