Slight rearrangement

This commit is contained in:
XANTRONIX Development 2020-08-19 22:08:21 -04:00 committed by XANTRONIX Industrial
parent 0fb7d08872
commit 972b04c95f

View file

@ -6,8 +6,8 @@
/*
* Default socket parameters for all versions of AX.25 <=2.0
*/
#define PATTY_AX25_SOCK_DEFAULT_KEEPALIVE (1000 * 30)
#define PATTY_AX25_SOCK_DEFAULT_DELAY 3000
#define PATTY_AX25_SOCK_DEFAULT_KEEPALIVE (1000 * 30)
#define PATTY_AX25_SOCK_DEFAULT_CLASSES \
(PATTY_AX25_PARAM_CLASSES_ABM)