Remove waits in the services_thread() main loop.
These waits could cause "bad" traffic (blocked, max client exceeded, etc) to prevent/delay accept()ing "good" traffic on other services.
Loading
Please register or sign in to comment
These waits could cause "bad" traffic (blocked, max client exceeded, etc) to prevent/delay accept()ing "good" traffic on other services.