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,
55 case CONNECTIONTYPE_NONE:
return os <<
"NONE";
60 LBASSERTINFO(
false,
"Not implemented" );
67 #endif // CO_CONNECTIONTYPE_H
pipe() based uni-directional connection
Named pipe based bidirectional connection.
ConnectionType
The supported network protocols.
UDP-based reliable stream protocol.
Infiniband RDMA (old, Windows XP only)