struct Address { std::string ip; unsigned short port; }
Address is also hashable with the use of std::hash