* Buggy kernel header
@ 2002-07-19 13:20 Gabor Kiss [Bitman]
2002-07-19 8:25 ` Bill Lynn
0 siblings, 1 reply; 3+ messages in thread
From: Gabor Kiss [Bitman] @ 2002-07-19 13:20 UTC (permalink / raw)
To: linux-x25
You can found in many (all?) kernel version in file include/net/x25.h:
#define X25_DEFAULT_THROUGHPUT 0x0A /* Deafult Throughput */
This constant should be 0xAA. The lower nibble describes the troughput class
from caller to called DTE, meanwhile the upper nibble does the same
in opposite direction. Value 0 for this is makes Cisco routers unhappy. ;-)
I listen the zero traffic of this list for weeks.
Is anobody here at all? ;-)
Gabor
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Buggy kernel header
2002-07-19 13:20 Buggy kernel header Gabor Kiss [Bitman]
@ 2002-07-19 8:25 ` Bill Lynn
0 siblings, 0 replies; 3+ messages in thread
From: Bill Lynn @ 2002-07-19 8:25 UTC (permalink / raw)
Cc: linux-x25
Gabor,
Thanks! I'll make the change to my source right away. I'm not currently using
any Cisco routers but this will head off any future Cisco hardware.
Regards,
Bill
"Gabor Kiss [Bitman]" wrote:
> You can found in many (all?) kernel version in file include/net/x25.h:
>
> #define X25_DEFAULT_THROUGHPUT 0x0A /* Deafult Throughput */
>
> This constant should be 0xAA. The lower nibble describes the troughput class
> from caller to called DTE, meanwhile the upper nibble does the same
> in opposite direction. Value 0 for this is makes Cisco routers unhappy. ;-)
>
> I listen the zero traffic of this list for weeks.
> Is anobody here at all? ;-)
>
> Gabor
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-x25" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: Buggy kernel header
@ 2002-07-19 13:25 Kevin Curtis
0 siblings, 0 replies; 3+ messages in thread
From: Kevin Curtis @ 2002-07-19 13:25 UTC (permalink / raw)
To: 'Gabor Kiss [Bitman]', linux-x25
Hi Gabor,
you are not the only one to listen to zero traffic. It couldn't be
more opposite to the main kernel list. I am currently working on a sockets
interface to our FarSync X.25 card which should be compatible with the
Kernel X.25 module. I am actually looking for some applications that I
could test my implementation against. If anyone has any such applications
that I can try please let me know.
Thanks for you input on the default throughput.
Kevin
-----Original Message-----
From: Gabor Kiss [Bitman] [mailto:kissg@sztaki.hu]
Sent: 19 July 2002 14:20
To: linux-x25@vger.kernel.org
Subject: Buggy kernel header
You can found in many (all?) kernel version in file include/net/x25.h:
#define X25_DEFAULT_THROUGHPUT 0x0A /* Deafult
Throughput */
This constant should be 0xAA. The lower nibble describes the troughput class
from caller to called DTE, meanwhile the upper nibble does the same
in opposite direction. Value 0 for this is makes Cisco routers unhappy. ;-)
I listen the zero traffic of this list for weeks.
Is anobody here at all? ;-)
Gabor
-
To unsubscribe from this list: send the line "unsubscribe linux-x25" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-07-19 13:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-19 13:20 Buggy kernel header Gabor Kiss [Bitman]
2002-07-19 8:25 ` Bill Lynn
-- strict thread matches above, loose matches on Subject: below --
2002-07-19 13:25 Kevin Curtis
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.