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