#include "tcpip_endpoint.hpp"

namespace ariba {
namespace addressing {

const uint16_t tcp_address_info::type_id = 6;
const std::string tcp_address_info::type_name = "tcp-port";
const std::string tcpip_endpoint::protocol_name = "tcp-ip";

}} // namespace ariba::addressing
