Slight rearrangement
This commit is contained in:
parent
0fb7d08872
commit
972b04c95f
1 changed files with 1 additions and 1 deletions
|
@ -6,8 +6,8 @@
|
||||||
/*
|
/*
|
||||||
* Default socket parameters for all versions of AX.25 <=2.0
|
* 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_DELAY 3000
|
||||||
|
#define PATTY_AX25_SOCK_DEFAULT_KEEPALIVE (1000 * 30)
|
||||||
|
|
||||||
#define PATTY_AX25_SOCK_DEFAULT_CLASSES \
|
#define PATTY_AX25_SOCK_DEFAULT_CLASSES \
|
||||||
(PATTY_AX25_PARAM_CLASSES_ABM)
|
(PATTY_AX25_PARAM_CLASSES_ABM)
|
||||||
|
|
Loading…
Add table
Reference in a new issue