How to change cts and ack time out
-
anybody could help me to change the cts and ack time out?
-
Take a look at these sysctls:
sysctl dev.ath.0.slottime=$slottime
sysctl dev.ath.0.acktimeout=$timeout
sysctl dev.ath.0.ctstimeout=$timeoutFor Atheros cards they are easily controlled by /sbin/athctrl.sh (this can also be set in GUI).
-Espen