14 #ifndef UNCONUPD_SOCKET_H 15 #define UNCONUPD_SOCKET_H 57 int sendto (
const char* buf_,
58 const unsigned int size_,
83 #endif // UNCONUPD_SOCKET_H virtual int in_avail() const
This function returns the number of characters immediately available in the get area of the underlyin...
~UnConUDPSocket()
Destructor.
UnConUDPSocket()
Constructor.
Class UDPSocket is an implementation of UNIX domain socket that is the base class for more specialize...
int sendto(const char *buf_, const unsigned int size_, const Address *dest_addr_)
sendto() function sends a message through connectionless-mode socket.
#define trace_with_mask(s, m)
trace_with_mask() is used to trace function call chain in C++ program.
int recvfrom(char *buf_, int size_, Address *peer_addr_)
recvfrom() function receives a message from connectionless-mode socket.
Extended Socket & friends messages.