You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could further improve it by adding a filter to ignore flows from IP addresses that have been sending too many SYNs in a short time, to entirely prevent spawning goroutines and allocating memory to handle them. The filtering could be done at the application level or (if this is possible at all) updating the BPF filter during capture.
We should make sure that packet-headers behaves no worse than the operating system with which it is surrounded in response to a SYN flood.
The text was updated successfully, but these errors were encountered: