34 #ifndef ASYNC_UDP_SOCKET_INCLUDED
35 #define ASYNC_UDP_SOCKET_INCLUDED
44 #include <sigc++/sigc++.h>
147 bool initOk(
void)
const {
return (sock != -1); }
157 bool write(
const IpAddress& remote_ip,
int remote_port,
const void *buf,
181 UdpPacket * send_buf;
184 void handleInput(
FdWatch *watch);