]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/ctp/CtpP.nc
checking in Rodrigos changes
[tinyos-2.x.git] / tos / lib / net / ctp / CtpP.nc
index 7f73f4471d9d052b82103ff674d8b6654145b97f..43254bb6a524372e71a32e91cd20d6f6cd442366 100644 (file)
@@ -90,7 +90,7 @@ configuration CtpP {
 implementation {
   enum {
     CLIENT_COUNT = uniqueCount(UQ_CTP_CLIENT),
-    FORWARD_COUNT = 5,
+    FORWARD_COUNT = 12,
     TREE_ROUTING_TABLE_SIZE = 10,
     QUEUE_SIZE = CLIENT_COUNT + FORWARD_COUNT,
     CACHE_SIZE = 4,