handle_udp
static void handle_udp(int fd, short event, void* arg);
event_set(handler, sock->s, EV_PERSIST|EV_READ, handle_udp, data);