The attacks only happen in bursts, its not a constant attack. But either the line saturation will make the server non responsive for several minutes, or
the syn flood will max out the cpu on the service I'm running and that will cause clients to time out. I'm working on fixing the latter by not accepting over a certain number of clients every 5 seconds in the code of the program. This isn't a ...