fixed validation in network_utils, added a tests to throw for port 65535 in test mode (option on for sls_use_tests), multi:parent process checks child process exit status to send sigint to others

This commit is contained in:
2025-07-11 10:38:00 +02:00
parent 1bf3d5e67a
commit 2698087efa
4 changed files with 15 additions and 7 deletions

View File

@@ -254,7 +254,6 @@ int main(int argc, char *argv[]) {
std::cerr << "Child " << childPid << " failed\n";
kill(0, SIGINT); // signal other children to exit
}
}
std::cout << "Goodbye!\n";