Pylons / waitress

Waitress - A WSGI server for Python 3
https://docs.pylonsproject.org/projects/waitress/en/latest/
Other
1.44k stars 164 forks source link

Test failure (DispatcherWithSendTests.test_send) with "Possible SYN flooding" in dmesg #405

Closed martenwa closed 1 year ago

martenwa commented 1 year ago

As experienced by myself and others here, the test DispatcherWithSendTests.test_send fails with "Possible SYN flooding" in dmesg on some (Linux) systems. This includes (at least) waitress versions 2.0.0, 2.1.1, and 2.1.2.

martenwa commented 1 year ago

After setting CONFIG_SYN_COOKIES=y in Linux kernel config, the test passes, but still generates "Possible SYN flooding" in dmesg.