nova_endpoint(boost::asio::ip::basic_endpoint<Protocol> const & other):
     type_(other.protocol().family(), other.protocol().type(), other.protocol().protocol())
 {
     assert(capacity() >= other.capacity());
     std::memcpy(&data_.base, other.data(), other.capacity());
 }