NETIO_EVENT_WRITE
if ((event_types & NETIO_EVENT_WRITE)) {
|= NETIO_EVENT_WRITE;
if ((handler->event_types & NETIO_EVENT_WRITE)) {
event_types |= NETIO_EVENT_WRITE;
else if((handler->event_types&NETIO_EVENT_WRITE))
event_types |= NETIO_EVENT_WRITE;
nsd->children[i].handler->event_types |= NETIO_EVENT_WRITE;