I have read the FAQ about the code change that needs to take place
against the 2.0.xx kernel.
My question is regarding this, I have applied the module f patch to the
kernel and rebuild (I did this originally when setting up the system).
Do I still need to make the modification that is described in the FAQ?
The code in ax25_timer.c AFTER the module f patch looks like this on
line 177:
if (ax25->t1timer == 0 || --ax25->t1timer > 0) {
In the FAQ it says that it should look like this:
if (ax25->idletimer > 0 && --ax25->idletimer == 0) {
Can I assume that the 'or' instead of the 'and' is the correct way the
source should be, or should I still go ahead and change it to:
if (0) {
And rebuild the kernel??? It is no big deal, I'm just wondering if it
needs to be done even after the module f patch was applied to the kernel
source.
Also my ax25d.conf has the following in it as explained in the
installaion:
#####
[vhf]
parameters 1 10 * * * 0
default 7 10 2 900 * 15 - clx_us /usr/local/clx/bin/net_usr net_usr -x
%s
#####
Can the 900 second (15 minute) inactivity timer still disconnect users?
The users that are having the problem are setting the 'set/alive'
command. I would think that this should keep them active on the freq.
Am I still missing something here?
Thanks for helping me with my questions.
mg
-- Matthew George Axiom Technologies mailto:ykhsd@mail.dy.fi mailto:xpsmd.rrwwovsnw@abiomed.com