Moved debug options into a mavl object

So there is an unlimited number of debug options, instead of 32 as
before.
This commit is contained in:
2022-09-04 11:13:12 +02:00
parent ca4a6b9996
commit 0eb3e16932
14 changed files with 419 additions and 146 deletions

View File

@ -700,7 +700,6 @@ struct wtpman *wtpman_create(int socklistindex, struct sockaddr *srcaddr,
void wtpman_addpacket(struct wtpman *wtpman, uint8_t * packet, int len)
{
cw_dbg(DBG_X,"ADD PACKET DETECTED %d",wtpman->conn->detected);
conn_q_add_packet(wtpman->conn, packet, len);
}