5.4.6 Change the number of CPU to 3 for 3 bounded SCTP/RMR threads insted of 1
[ric-plt/e2.git] / RIC-E2-TERMINATION / sctpThread.cpp
index 310e8a4..d3e00df 100644 (file)
@@ -391,7 +391,7 @@ int main(const int argc, char **argv) {
     std::vector<std::thread> threads(num_cpus);
 //    std::vector<std::thread> threads;
 
-    num_cpus = 1;
+    num_cpus = 3;
     for (unsigned int i = 0; i < num_cpus; i++) {
         threads[i] = std::thread(listener, &sctpParams);