-
- Downloads
dos: New client connect rate detection
This is a new detection type which is that a relay can now control the rate of client connections from a single address. The mechanism is pretty simple, if the rate/burst is reached, the address is marked for a period of time and any connection from that address is denied. Closes #40253 Signed-off-by:David Goulet <dgoulet@torproject.org>
Showing
- changes/ticket40253 3 additions, 0 deletionschanges/ticket40253
- doc/man/tor.1.txt 24 additions, 0 deletionsdoc/man/tor.1.txt
- src/core/or/dos.c 122 additions, 0 deletionssrc/core/or/dos.c
- src/core/or/dos.h 29 additions, 1 deletionsrc/core/or/dos.h
- src/core/or/dos_options.inc 12 additions, 0 deletionssrc/core/or/dos_options.inc
- src/feature/stats/geoip_stats.c 2 additions, 0 deletionssrc/feature/stats/geoip_stats.c
Loading
Please register or sign in to comment