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