From 1d176628c5de108855e240edd9282d1f77c529f4 Mon Sep 17 00:00:00 2001 From: willy tarreau Date: Mon, 10 Apr 2006 20:34:25 +0200 Subject: [PATCH] * updated TODO --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index b06ce74b40..ddc9166341 100644 --- a/TODO +++ b/TODO @@ -77,7 +77,7 @@ ok> - les options des serveurs ? - les filtres et regex ? -5) implémenter "balance source" pour faire un hash sur la source. +* implémenter "balance source" pour faire un hash sur la source. permettre de spécifier un masque sur lequel s'applique le hachage, ainsi qu'une option pour hacher en fonction de l'adresse dans le champ "x-forwarded-for". Problème pour le support des pannes: ce @@ -138,7 +138,7 @@ Todo for 1.2 * listen [ip6::...ip6]/port[-port] - server xxx ipv4 | ipv4: | ipv4:port[-port] | ipv6/ | ipv6/port[-port] * appcookie -- weighted round robin +* weighted round robin - option to shutdown(listen_sock) when max connections reached * epoll - replace the event scheduler with an O(log(N)) one