dom96 / httpbeast

A highly performant, multi-threaded HTTP 1.1 server written in Nim.
MIT License
450 stars 53 forks source link

Notify when SO_REUSEPORT is not supported. #66

Closed dom96 closed 2 years ago

dom96 commented 2 years ago

On WSL:

Starting 2 threads
Listening on port 8080
SO_REUSEPORT not supported on this platform. HttpBeast will not utilise all threads.
SO_REUSEPORT not supported on this platform. HttpBeast will not utilise all threads.

On non-WSL Ubuntu: no message shown.