UVISOR_MAX_CONN
} __packed connections[UVISOR_MAX_CONN];
if (np > UVISOR_MAX_CONN) {
np = UVISOR_MAX_CONN;