RECV_PACKET_SZ
bufreq.rx.psize = RECV_PACKET_SZ;
buf = (char *)malloc(RECV_NUM_PACKET * RECV_PACKET_SZ);
len = read(fd, buf, RECV_NUM_PACKET * RECV_PACKET_SZ);