diff options
Diffstat (limited to 'data/example.conf')
-rw-r--r-- | data/example.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/example.conf b/data/example.conf index ceac50923..dec63c400 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1269,11 +1269,11 @@ WallDrop # connecting more than a certain number of times from the same host at the # same time - thus preventing most types of cloning. Once a host reaches # it's session limit, all clients attempting to connect from that host -# will be killed. Exceptions to the default session limit, which are based -# on host names, can be defined via the exception list. It should be noted -# that session limiting, along with a large exception list, can degrade -# services' performance. See the source and comments in sessions.c and the -# online help for more information about session limiting. +# will be killed. Exceptions to the default session limit can be defined +# via the exception list. It should be noted that session limiting, along +# with a large exception list, can degrade services' performance. +# See the source and comments in sessions.c and the online help for more +# information about session limiting. # # NOTE: This option is not available when STREAMLINED is defined in # the Makefile. |