tunnel_read
event_set(&tunrev[0], tunfd[0], EV_READ, tunnel_read, NULL);
event_set(&tunrev[1], tunfd[1], EV_READ, tunnel_read, NULL);