This is probably unnecessary. UDP sockets are always writeable.
On Apr 20, 2013, at 3:36 PM, Jan Danielsson wrote:
> Hello,
>
> I'm doing this (roughly):
>
> ---
> udp_sock = create_udo4_any_socket("");
> evutil_make_socket_nonblocking(udp_sock);
> udp_event = event_
On Sat, Apr 20, 2013 at 3:36 PM, Jan Danielsson
wrote:
> Hello,
>
>I'm doing this (roughly):
>
>---
>udp_sock = create_udo4_any_socket("");
>evutil_make_socket_nonblocking(udp_sock);
>udp_event = event_new(base, udp_sock, EV_READ|EV_WRITE|EV_PERSIST,
> pro