60 #ifndef SocketAddress_h 61 #define SocketAddress_h 63 #include "../channel/Socket.h" 64 #include "utility/actor/address/ChannelAddress.h" 80 struct sockaddr_in addr_in;
It is used to encapsulate the addresses used to send/recv messages using Berkeley sockets...
Definition: SocketAddress.h:72
DP_Socket is a sub-class of channel. It is implemented with Berkeley datagram sockets using the UDP p...
Definition: UDP_Socket.h:76
TCP_Socket is a sub-class of channel. It is implemented with Berkeley stream sockets using the TCP pr...
Definition: TCP_Socket.h:71
Definition: ChannelAddress.h:69
TCP_SocketNoDelay is a sub-class of channel. It is implemented with Berkeley stream sockets using the...
Definition: TCP_SocketNoDelay.h:72
================================================================================
Definition: ContinuaReprComponent.h:34