[ConcurrentNetworkEchoTest] add optional computation per echo
Compare changes
@@ -26,11 +31,12 @@ auto main(int argc, char* argv[]) -> int {
@@ -43,13 +49,38 @@ auto main(int argc, char* argv[]) -> int {
This makes the test closer to our echoserver.
Those changes were lying around in my IO-notification bpf branch.
I see no reason to throw them away so here they are as a seperate MR.