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