Set default sock frame len to 328

Set default sock frame len to 328 as per AX.25 spec, to handle full
header with maximum number of repeaters, 8-bit control field, protocol
identifier, and 256 information field bytes
This commit is contained in:
XANTRONIX Development 2020-07-16 18:00:04 -04:00 committed by XANTRONIX Industrial
parent 61f84054e4
commit b505f2743c

View file

@ -1,7 +1,7 @@
#ifndef _PATTY_AX25_SOCK_H
#define _PATTY_AX25_SOCK_H
#define PATTY_AX25_SOCK_BUFSZ 4096
#define PATTY_AX25_SOCK_BUFSZ 328
#define PATTY_AX25_SOCK_SLOTS_SABM 8
#define PATTY_AX25_SOCK_SLOTS_SABME 128