Skip to content

[EchoServer] set SO_REUSEPORT on the listen socket

Maxim Onciul requested to merge echoserver-add-reuseport into master

This is needed by emper-io-eval because apparently our startup/termination times are not enough for the OS to allow the rebinding of the same tcp tuple.

Also make all global variables static because they don't have to be exported.

Edited by Maxim Onciul

Merge request reports

Loading