private-octopus / picoquic

Minimal implementation of the QUIC protocol
MIT License
540 stars 159 forks source link

Better reflection mitigation #1450

Closed huitema closed 1 year ago

huitema commented 1 year ago

As mentioned in issue #1449, rather than blocking all traffic from all port, we should simply blocking the tools used for reflection attacks. This PR removes the global block, and instead:

This does not entirely close #1449, because we still have to deal with excess traffic in response to new path creation.