File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4642,6 +4642,8 @@ static void dm_frame (ax25_dlsm_t *S, int f)
4642
4642
if (f == 1 ) {
4643
4643
text_color_set (DW_COLOR_INFO );
4644
4644
dw_printf ("%s doesn't understand AX.25 v2.2. Trying v2.0 ...\n" , S -> addrs [PEERCALL ]);
4645
+ dw_printf ("You can avoid this failed attempt and speed up the\n" );
4646
+ dw_printf ("process by putting \"V20 %s\" in the configuration file.\n" , S -> addrs [PEERCALL ]);
4645
4647
4646
4648
INIT_T1V_SRT ;
4647
4649
@@ -4930,6 +4932,8 @@ static void frmr_frame (ax25_dlsm_t *S)
4930
4932
4931
4933
text_color_set (DW_COLOR_INFO );
4932
4934
dw_printf ("%s doesn't understand AX.25 v2.2. Trying v2.0 ...\n" , S -> addrs [PEERCALL ]);
4935
+ dw_printf ("You can avoid this failed attempt and speed up the\n" );
4936
+ dw_printf ("process by putting \"V20 %s\" in the configuration file.\n" , S -> addrs [PEERCALL ]);
4933
4937
4934
4938
INIT_T1V_SRT ;
4935
4939
You can’t perform that action at this time.
0 commit comments