tcp_new
struct tcp_conn *tcp_new(int, struct nbr *);
nbr->tcp = tcp_new(nbr->fd, nbr);
nbr->tcp = tcp_new(fd, nbr);
tcp = tcp_new(pconn->fd, NULL);