blob: 7852fb1c9c49679b262c32914b7886d087e1d073 (
plain)
1
2
3
4
5
6
|
#!/bin/bash
export USE_VALGRIND="YES"
export TB_TEST_MAX_RUNTIME=1200 # connection drops are very slow...
export NUMMESSAGES=10000 # even if it is slow, we use a large number to be
# sure to have sufficient connection drops - but as low as possible!
source ${srcdir:-.}/imptcp_conndrop.sh
|