handle_connection
void handle_connection(const int, short, void *);
event_set(&ev, listenfd, EV_READ | EV_PERSIST, handle_connection, &ev);