MAX_MSG_SIZE
if (len <= sizeof(len) || len > MAX_MSG_SIZE) {
if ((b = ibuf_dynamic(64, MAX_MSG_SIZE)) == NULL)