20 #ifndef CO_CONNECTIONTYPE_H 21 #define CO_CONNECTIONTYPE_H 24 #include <lunchbox/debug.h> 31 CONNECTIONTYPE_NONE = 0,
38 CONNECTIONTYPE_MULTICAST = 0x100,
43 inline std::ostream& operator<<(std::ostream& os,
const ConnectionType& type)
50 return os <<
"ANON_PIPE";
55 case CONNECTIONTYPE_NONE:
63 LBASSERTINFO(
false,
"Not implemented");
70 #endif // CO_CONNECTIONTYPE_H
pipe() based uni-directional connection
Named pipe based bidirectional connection.
Object-oriented network library.
ConnectionType
The supported network protocols.
UDP-based reliable stream protocol.