From 408c5f98ed073e43560be5319080a34104441e6a Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Thu, 17 Jan 2008 10:46:25 +0000 Subject: Introducing live busy network detection. --- ot_http.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ot_http.c') diff --git a/ot_http.c b/ot_http.c index 7b0e7ae..682195b 100644 --- a/ot_http.c +++ b/ot_http.c @@ -259,6 +259,8 @@ static ssize_t http_handle_stats( const int64 client_socket, char *data, char *d mode = TASK_STATS_TORADDREM; else if( !byte_diff(data,4,"vers")) mode = TASK_STATS_VERSION; + else if( !byte_diff(data,4,"busy")) + mode = TASK_STATS_BUSY_NETWORKS; else HTTPERROR_400_PARAM; break; -- cgit v1.2.3