Use a simple Random Early Drop algorithm in send_tcppacket().
This commit is contained in:
parent
d5b56bbba5
commit
43fa7283ac
3 changed files with 5 additions and 3 deletions
|
|
@ -366,6 +366,7 @@ int main_loop(void)
|
|||
last_graph_dump = now;
|
||||
|
||||
srand(now);
|
||||
srand48(now);
|
||||
|
||||
running = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue