]> git.llucax.com Git - software/posixx.git/blobdiff - test/socket/inet/common.hpp
Improve internet addresses (inet::sockaddr)
[software/posixx.git] / test / socket / inet / common.hpp
index 9884c7ef0a4ce7b8dddc1704f8b621f5a343f69d..4829557c5aeaad0c8f4854532ee2a0f60d661b81 100644 (file)
@@ -18,7 +18,7 @@ void clean_test_address(posixx::socket::inet::socket& socket,
        socket.opt< posixx::socket::opt::REUSEADDR >(true);
 }
 
-static posixx::socket::inet::sockaddr test_address1(PORT1, IP);
-static posixx::socket::inet::sockaddr test_address2(PORT2, IP);
+static posixx::socket::inet::sockaddr test_address1(IP, PORT1);
+static posixx::socket::inet::sockaddr test_address2(IP, PORT2);
 
 #endif // TEST_SOCKET_IP_COMMON_HPP_