nfqws: fix broken wifi ssid update

This commit is contained in:
bol-van
2026-02-24 10:11:11 +03:00
parent 3d567b0ac4
commit 7eb195e533
4 changed files with 8 additions and 5 deletions

View File

@@ -23,8 +23,7 @@
#define RAW_SNDBUF (64*1024) // in bytes
#define Q_MAXLEN 4986 // in packets
#define Q_RCVBUF (1024*1024) // in bytes
#define Q_MAXLEN 1024 // in packets
#define BADSEQ_INCREMENT_DEFAULT -10000
#define BADSEQ_ACK_INCREMENT_DEFAULT -66000