From 2f0cf5805880a8cc69d1396545543cd10e21f8f4 Mon Sep 17 00:00:00 2001 From: andreaskoepke Date: Thu, 19 Jul 2007 08:23:09 +0000 Subject: [PATCH] increase number of serial forwarders per computer --- support/sdk/cpp/sf/sfcontrol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2