proc_event_cb
event_set(&peer->event, peer->ibuf.fd, events, proc_event_cb, peer);
event_set(&peer->event, fd, EV_READ, proc_event_cb, peer);