Norman Tuttle wrote: > Greeting, developers on an APR platform: > Has anybody developed a project using the APR library to send/receive > UDP packets / use UDP sockets?
log4cxx does this to send packets to the syslog daemon. The APR calls are encapsulated in some C++ classes, see http://svn.apache.org/repos/asf/logging/log4cxx/trunk/src/datagramsocket.cpp http://svn.apache.org/repos/asf/logging/log4cxx/trunk/src/datagrampacket.cpp HTH, Andreas
