]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
increase number of serial forwarders per computer
authorandreaskoepke <andreaskoepke>
Thu, 19 Jul 2007 08:23:09 +0000 (08:23 +0000)
committerandreaskoepke <andreaskoepke>
Thu, 19 Jul 2007 08:23:09 +0000 (08:23 +0000)
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;