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:
parent
50c8a30915
commit
37a03a15c7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue