Differences

This shows you the differences between two versions of the page.

Link to this comparison view

plu:example_config_files:lanparms [2014/01/25 11:55] (current)
gunn created
Line 1: Line 1:
 +====== /​etc/​ax25/​Lanparms ======
 +<code bash>
 +#!/bin/bash
 +# Config for AX.25 protocol stack
 +# These files live in /​proc/​sys/​net/​ax25/​$DEVICE
 +# See file /​etc/​ax25/​ax25-up
 +#
 +echo 10000   > t1_timeout #​ (Frack) /1000 = ? Sec
 +echo 1000    > t2_timeout # (RESPtime) /1000 = ? sec
 +echo 300000 ​ > t3_timeout # (Check) /6000 = ? Min
 +echo 900000 ​ > idle_timeout #​ Idle Timer /6000 = ? min
 +echo 2       > standard_window_size #​ Outstanding Frames
 +echo 6       > maximum_retry_count #​ Max Retrys
 +echo 255     > maximum_packet_length #​ Paclen
 +echo 0       > ax25_default_mode ​  
 +echo 0       > ip_default_mode
 +echo 0       > backoff_type
 +echo 2       > connect_mode
 +#echo 180000 > dama_slave_timeout
 +echo 32      > extended_window_size
 +echo 0       > protocol
 +
 +</​code>​
  
plu/example_config_files/lanparms.txt ยท Last modified: 2014/01/25 11:55 by gunn
CC Attribution-Share Alike 4.0 International
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0