20 #ifndef CO_CONNECTIONTYPE_H
21 #define CO_CONNECTIONTYPE_H
23 #include <lunchbox/debug.h>
31 CONNECTIONTYPE_NONE = 0,
39 CONNECTIONTYPE_MULTICAST = 0x100,
44 inline std::ostream& operator << ( std::ostream& os,
54 case CONNECTIONTYPE_NONE:
return os <<
"NONE";
59 LBASSERTINFO(
false,
"Not implemented" );
66 #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.