ACK timeout script
Posted: Wed Dec 23, 2009 6:34 pm
Hello all.
have question about ACK timeout script. Will thisscript work on lang distance (~17km from point A to point B) 5Ghz WDS?
have question about ACK timeout script. Will this
Code: Select all
:
foreach i in=[/interface wireless find ] do={/interface wireless monitor $i once do {:if ($current-ack-timeout > 100) do {:local tmpfreq [interface wireless get [/interface wireless find interface=$i] frequency] ;
:log info $tmpfreq ;
:set tmpfreq ($tmpfreq + 5) ;
:log warning $tmpfreq ;
:if ($tmpfreq < 2472) do={/interface wireless set $i frequency=$tmpfreq} else={/interface wireless set $i frequency=2412 ;}}}}