server arguments like linux

This commit is contained in:
2020-09-08 08:18:48 +02:00
parent 1a90c58d9e
commit e82e531fb1
2 changed files with 123 additions and 58 deletions

View File

@ -20,7 +20,6 @@ Receiver::~Receiver() = default;
Receiver::Receiver(int argc, char *argv[]) : tcpipInterface(nullptr) {
// options
std::map<std::string, std::string> configuration_map;
int tcpip_port_no = 1954;
uid_t userid = -1;