COM_RING_SIZE
u_int com_rbuf_size = COM_RING_SIZE;
u_int com_rbuf_hiwat = (COM_RING_SIZE * 1) / 4;
u_int com_rbuf_lowat = (COM_RING_SIZE * 3) / 4;
#ifndef COM_RING_SIZE