Boomerang TX problems

Johan Lundgren admin@airliners.net
Tue Mar 2 11:21:29 1999



> I used too low of a value for the Tx Timeout.
> At the top of the file, around line 40, change the timeout to 2 seconds.
> 
>   /* A few values that may be tweaked. */
>   /* Time in jiffies before concluding the transmitter is hung. */
> - #define TX_TIMEOUT  ((400*HZ)/1000)
> + #define TX_TIMEOUT  (2*HZ)

Thank you Donald, it fixed the problem!

Regards,
Johan Lundgren