36#ifndef _OPENLCB_TCPDEFS_HXX_
37#define _OPENLCB_TCPDEFS_HXX_
Static class for constants and utilities related to the TCP transport protocol.
static const char MDNS_SERVICE_NAME_GRIDCONNECT_CAN_TCP[]
complete mDNS broadcast name for a TCP GridConnect protocol client
static const char MDNS_PROTOCOL_TCP[]
Protocol to be used for mDNS broadcast.
TcpDefs()
Nobody can construct this class.
static const char MDNS_SERVICE_NAME_HUB[]
base name of the mDNS Service Name for mDNS broadcast as a hub
static const char MDNS_SERVICE_NAME_HUB_TCP[]
complete mDNS broadcast name for a TCP hub
static const char MDNS_SERVICE_NAME_GRIDCONNECT_CAN[]
base name of the mDNS Service Name for mDNS broadcast as a client
#define DISALLOW_COPY_AND_ASSIGN(TypeName)
Removes default copy-constructor and assignment added by C++.