X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=support%2Fsdk%2Fcpp%2Fsf%2Fsfcontrol.h;h=a4457f68226506215158cb8b22742dc966056a19;hb=2f0cf5805880a8cc69d1396545543cd10e21f8f4;hp=84a9626e37e0876bef8244e98bdbc82688a11cc6;hpb=24d1907c54f0648f1c54bc09e276f625b4038293;p=tinyos-2.x.git 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;