From: andreaskoepke Date: Thu, 19 Jul 2007 08:23:09 +0000 (+0000) Subject: increase number of serial forwarders per computer X-Git-Tag: release_tools_1_2_4_1~19 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=2f0cf5805880a8cc69d1396545543cd10e21f8f4 increase number of serial forwarders per computer --- diff --git a/support/sdk/cpp/sf/sfcontrol.h b/support/sdk/cpp/sf/sfcontrol.h index 84a9626e..a4457f68 100644 --- a/support/sdk/cpp/sf/sfcontrol.h +++ b/support/sdk/cpp/sf/sfcontrol.h @@ -62,7 +62,7 @@ protected: std::list 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;