summaryrefslogtreecommitdiffstats
path: root/ax25/axctl.8
blob: a820cc4ced5a10ad7465f379ce9c033c684c95ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.TH AXCTL 8 "16 April 2007" Linux "Linux System Managers Manual"
.SH NAME
axctl \- Configure/Kill running AX.25 connections.
.SH SYNOPSIS
.B axctl [-v] port dest src window|t1|t2|t3|n2|idle|paclen|kill [parm]
.SH DESCRIPTION
.LP
The
.B axctl
command is designed to be a multi-function command that allows miscellaneous
commands to be issued to the Linux AX.25 protocol layer for existing AX.25
connections. The connection is uniquely identified via the combination of
port, destination callsign and source callsign, with that information the
kernel is able to change the parameters, or abort the connection.
.LP
Many of the options are similar to those found in
.B axparms
and perform the same function. Only one parameter may be changed on each
invocation of
.B axctl.
.SH OPTIONS
.TP 20
.BI \-v
Displays the version number.
.TP 20
.BI "window window"
Sets the window size for the AX.25 connection.
.TP 20
.BI "t1 t1\-timeout"
Sets the initial T1 timeout value for the AX.25 connection, the value is given in
seconds.
.TP 20
.BI "t2 t2\-timeout"
Sets the T2 timeout value for the AX.25 connection, the value is given in
seconds.
.TP 20
.BI "t3 t3\-timeout"
Sets the T3 timeout value for the AX.25 connected, the value is given in
seconds.
.TP 20
.BI "n2 n2\-count"
Sets the maximum number of tries for the AX.25 connection.
.TP 20
.BI "idle idle-timeout"
Sets the value for the idle timer for the AX.25 connection, the value is in
minutes.
.TP 20
.BI "paclen paclength"
Sets the maximum packet length that may be transmitted on the AX.25
connection.
.TP 20
.BI "kill"
Will abort an existing AX.25 connection.
.SH FILES
.LP
/etc/ax25/axports
.SH "SEE ALSO"
.BR call (1),
.BR getsockopt (2),
.BR setsockopt (2),
.BR ax25 (4),
.BR axparms (8),
.BR axports (5).
.SH AUTHORS
.nf
Joerg Reuter DL1BKE <jreuter@poboxes.com>
.fi