diff options
Diffstat (limited to 'src/daemon/internal.h')
-rw-r--r-- | src/daemon/internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h index 43599149..e22de32f 100644 --- a/src/daemon/internal.h +++ b/src/daemon/internal.h | |||
@@ -572,6 +572,12 @@ struct MHD_Daemon | |||
572 | unsigned int connection_timeout; | 572 | unsigned int connection_timeout; |
573 | 573 | ||
574 | /** | 574 | /** |
575 | * Maximum number of connections per IP, or 0 for | ||
576 | * unlimited. | ||
577 | */ | ||
578 | unsigned int per_ip_connection_limit; | ||
579 | |||
580 | /** | ||
575 | * Daemon's options. | 581 | * Daemon's options. |
576 | */ | 582 | */ |
577 | enum MHD_OPTION options; | 583 | enum MHD_OPTION options; |