Changeset 9169


Ignore:
Timestamp:
02/29/08 23:01:11 (5 years ago)
Author:
BrainSlayer
Message:

experimental timing change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/networking/madwifi.c

    r9146 r9169  
    207207    { 
    208208      int slottime = (distance / 300) + ((distance % 300) ? 1 : 0); 
    209       int acktimeout = slottime; 
    210       int ctstimeout = slottime; 
     209      int acktimeout = slottime * 2 + 3; 
     210      int ctstimeout = slottime * 2 + 3; 
    211211 
    212212//              printf("Setting distance on interface %s to %i meters\n", device, distance); 
Note: See TracChangeset for help on using the changeset viewer.