]> git.ipfire.org Git - fireperf.git/commit
main: Don't spread across more ports any more
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 19 Sep 2024 11:44:18 +0000 (11:44 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 19 Sep 2024 11:47:50 +0000 (11:47 +0000)
commitde414c0e3698c2f3b7784e83674788d301227f23
treea3e1e6053b90a8321ca337f5a0263408d206f221
parenta44b17fcf1b04a8cabbd217c8c5e149b887e7a74
main: Don't spread across more ports any more

Since we now have the main loop taking care of the connection handling
there is probably very little point in spreading this across multiple
processors.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/client.c
src/server.c