First unit tests
Compare changes
Files
3+ 8
− 3
@@ -4,7 +4,6 @@
@@ -4,7 +4,6 @@
@@ -66,16 +65,17 @@ namespace rmrf::net {
@@ -66,16 +65,17 @@ namespace rmrf::net {
throw std::invalid_argument("The resulting address family should exist. Instead it is " + std::to_string(looked_up_addrs->ai_family));
socketaddr get_first_general_socketaddr(const std::string& interface_description, const uint16_t port, const socket_t socket_type) {
@@ -90,6 +90,11 @@ namespace rmrf::net {
@@ -90,6 +90,11 @@ namespace rmrf::net {