Home
last modified time | relevance | path

Searched refs:round (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dproxy.txt39 might be one of 'hash', 'round-robin' or 'fair' (default).
41 'round-robin' choses another host for each request, 'hash'
/mOS-networking-stack/core/src/include/
H A Dstat.h39 struct stat_counter round; member
/mOS-networking-stack/core/src/
H A Dcore.c254 GetAverageStat(&mtcp->rtstat.round), mtcp->rtstat.round.max, in PrintThreadRoundTime()
262 InitStatCounter(&mtcp->rtstat.round); in PrintThreadRoundTime()
873 InitStatCounter(&mtcp->rtstat.round); in RunMainLoop()
890 UpdateStatCounter(&mtcp->rtstat.round, TimeDiffUs(&cur_ts, &prev_ts)); in RunMainLoop()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS263 * Fixed fix for round-robin in mod_proxy (forgot to increment the index) (#1715)
324 * fixed round-robin balancing in mod_proxy (#1715)
478 * Added round-robin support to mod_fastcgi [1500]
778 * added hash-based and round-robin load balancing to mod_proxy