From bf8fdccd296bb73154c5355ec6bdfd24fabe87d0 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 28 Aug 2019 10:36:05 +0200 Subject: [SERVER] Remove old comments --- src/server/altservers.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/server/altservers.c') diff --git a/src/server/altservers.c b/src/server/altservers.c index e088601..ff3c95b 100644 --- a/src/server/altservers.c +++ b/src/server/altservers.c @@ -363,14 +363,6 @@ static void altservers_imageFailed(dnbd3_uplink_t *uplink, int server) mutex_unlock( &altServersLock ); } -/** - * Mainloop of this module. It will wait for requests by uplinks to find a - * suitable uplink server for them. If found, it will tell the uplink about - * the best server found. Currently the RTT history is kept per server and - * not per uplink, so if many images use the same uplink server, the history - * will update quite quickly. Needs to be improved some time, ie. by only - * updating the rtt if the last update was at least X seconds ago. - */ static void *altservers_runCheck(void *data) { dnbd3_uplink_t * const uplink = (dnbd3_uplink_t*)data; -- cgit v1.2.3-55-g7522