Reduced default I frame body to 127 bytes

Reduced default I frame info field to 127 bytes so as to hopefully
better coincide with common TNC firmware; it is suspected (but not
confirmed that they do include the protocol identifier as part of the
info field length
This commit is contained in:
XANTRONIX Development 2020-08-16 13:05:53 -05:00 committed by XANTRONIX Industrial
parent 50c8a30915
commit 37a03a15c7

View file

@ -17,7 +17,7 @@
| PATTY_AX25_PARAM_HDLC_XADDR | PATTY_AX25_PARAM_HDLC_MODULO_8 \
| PATTY_AX25_PARAM_HDLC_TEST | PATTY_AX25_PARAM_HDLC_SYNC_TX)
#define PATTY_AX25_SOCK_DEFAULT_I_LEN 128
#define PATTY_AX25_SOCK_DEFAULT_I_LEN 127 /* I field total, minus proto */
#define PATTY_AX25_SOCK_DEFAULT_WINDOW 4
#define PATTY_AX25_SOCK_DEFAULT_RETRY 10
#define PATTY_AX25_SOCK_DEFAULT_ACK 3000