Home
last modified time | relevance | path

Searched refs:limit (Results 1 – 9 of 9) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dtraffic-shaping.txt17 :keywords: lighttpd, bandwidth limit, traffic shaping
31 limit the throughput for each single connection to the given
32 limit in kbyte/s
34 default: 0 (no limit)
37 limit the throughput for all connections to the given limit
40 if you want to specify a limit for a special virtual server
49 default: 0 (no limit)
54 Keep in mind that a limit below 32kb/s might actually limit the traffic to 32kb/s. This
H A Dcompress.txt27 We currently limit to compression support to static files.
52 The lower limit is set as small files tend to become larger by compressing due
53 to the compression headers, the upper limit is set to work sensibly with
105 There is a hard upper limit of 128Mbyte.
107 Default: unlimited (== hard-limit of 128MByte)
H A Dperformance.txt131 As lighttpd is a single-threaded server, its main resource limit is the
134 If you are running a high-traffic site you might want to increase this limit
168 Increasing the ``server.max-fds`` limit will reduce the probability of this
H A Dfastcgi.txt152 :"max-procs": the upper limit of the processess to start
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dnetwork.c1005 …off_t limit = con->conf.global_kbytes_per_second * 1024 - *(con->conf.global_bytes_per_second_cnt_… local
1006 if (limit <= 0) {
1014 if (max_bytes > limit) max_bytes = limit;
1019 off_t limit = con->conf.kbytes_per_second * 1024 - con->bytes_written_cur_second; local
1020 if (limit <= 0) {
1028 if (max_bytes > limit) max_bytes = limit;
/mOS-networking-stack/core/src/
H A Dutil.c446 const BYTE* const limit = bEnd - 16; in XXH32_endian_align() local
471 while (p<=limit); in XXH32_endian_align()
551 const BYTE* const limit = bEnd - 32; in XXH64_endian_align() local
576 while (p<=limit); in XXH64_endian_align()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS279 * Fix max-connection limit handling/100% cpu usage (fixes #1436)
587 * added mod_evasive to limit the number of connections by IP (<w1zzard/at/techpowerup.com>)
641 * fixed server-traffic-limit if connection limit is not set
H A Daclocal.m4700 # limit of 2048, but all sed's we know have understand at least 4000.
1392 # There is notably a 21 bits limit for the UID and the GID. In fact,
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m41690 # no limit to the length of command line arguments.
1691 # Libtool will interpret -1 as no limit whatsoever