dfui_conn_tcp
#define T_TCP(c) ((struct dfui_conn_tcp *)c->t_data)
AURA_MALLOC(c->t_data, dfui_conn_tcp);
AURA_FREE(T_NPIPE(c), dfui_conn_tcp);