Coalesce multiple blobs if received close together (#869)

- This helps reduce unnecessary growth of window if small blobs
  are received in small space of time
This commit is contained in:
pgarg66
2018-08-07 10:29:57 -07:00
committed by GitHub
parent 1c38e40dee
commit 16772d3d51
4 changed files with 94 additions and 6 deletions

View File

@@ -16,5 +16,10 @@ export LD_LIBRARY_PATH+=:$PWD
export RUST_LOG=multinode=info
if [[ $(ulimit -n) -le 65000 ]]; then
echo 'Error: nofiles too small, run "ulimit -n 65000" to continue'
exit 1
fi
set -x
exec cargo test --release --features=erasure test_multi_node_dynamic_network -- --ignored