PROTOCOL_LEN
char pbuf[PROTOCOL_LEN]; /* protocol */
(void) snprintf(pbuf, PROTOCOL_LEN, "UDP");
(void) snprintf(pbuf, PROTOCOL_LEN, "TCP");