Use a simple Random Early Drop algorithm in send_tcppacket().

This commit is contained in:
Guus Sliepen 2009-03-09 14:04:31 +01:00
parent d5b56bbba5
commit 43fa7283ac
3 changed files with 5 additions and 3 deletions

View file

@ -366,6 +366,7 @@ int main_loop(void)
last_graph_dump = now;
srand(now);
srand48(now);
running = true;