]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/cpp/sf/sfcontrol.h
increase number of serial forwarders per computer
[tinyos-2.x.git] / support / sdk / cpp / sf / sfcontrol.h
index 84a9626e37e0876bef8244e98bdbc82688a11cc6..a4457f68226506215158cb8b22742dc966056a19 100644 (file)
@@ -62,7 +62,7 @@ protected:
     std::list<sfServer_t> servers;
 
     /* max. allowed sf-servers */
-    static const unsigned int maxSFServers = 4;
+    static const unsigned int maxSFServers = 512;
 
     /* pthread for thread cancel notification */
     pthread_t cancelThread;