]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Updated the DUTY_ON_TIME to 11 ms, compensating for backoffs and acknowledgement...
authorrincon <rincon>
Fri, 14 Sep 2007 16:53:26 +0000 (16:53 +0000)
committerrincon <rincon>
Fri, 14 Sep 2007 16:53:26 +0000 (16:53 +0000)
tos/chips/cc2420/lpl/DefaultLpl.h

index 2c74351110f4ddbf18db6afab64ece476118a3e1..f74db43b950c4b3ac211f67b2789230c808cd70d 100644 (file)
@@ -31,6 +31,7 @@
  
  /**
   * @author David Moss
  
  /**
   * @author David Moss
+  * @author Tony O'Donovan
   */
 #ifndef DEFAULTLPL_H
 #define DEFAULTLPL_H
   */
 #ifndef DEFAULTLPL_H
 #define DEFAULTLPL_H
@@ -57,9 +58,13 @@ typedef enum {
 /**
  * This is a measured value of the time in ms the radio is actually on
  * We round this up to err on the side of better performance ratios
 /**
  * This is a measured value of the time in ms the radio is actually on
  * We round this up to err on the side of better performance ratios
+ * This includes the acknowledgement wait period and backoffs,
+ * which can typically be much longer than the transmission.
+ * 
+ * Measured by Tony O'Donovan
  */
 #ifndef DUTY_ON_TIME
  */
 #ifndef DUTY_ON_TIME
-#define DUTY_ON_TIME 5 
+#define DUTY_ON_TIME 11 
 #endif
 
 /**
 #endif
 
 /**