1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-05 23:33:12 +02:00

- Implement support for TCP_DEFER_ACCEPT (synflood-hardening). (#4096)

This commit is contained in:
William Pitcock
2013-05-06 04:49:24 +00:00
parent 71c471fb33
commit f09c6ef567
4 changed files with 47 additions and 10 deletions
+1
View File
@@ -969,6 +969,7 @@ typedef struct {
#define LISTENER_MASK 0x000020
#define LISTENER_SSL 0x000040
#define LISTENER_BOUND 0x000080
#define LISTENER_DEFER_ACCEPT 0x000100
#define IsServersOnlyListener(x) ((x) && ((x)->options & LISTENER_SERVERSONLY))