fix graceful restart and add unit test

This commit is contained in:
clowwindy 2015-08-02 14:37:44 +08:00
parent e8b2946999
commit 111acf66c1
8 changed files with 121 additions and 9 deletions

View file

@ -69,6 +69,7 @@ if [ -f /proc/sys/net/ipv4/tcp_fastopen ] ; then
fi
run_test tests/test_large_file.sh
run_test tests/test_graceful_restart.sh
run_test tests/test_udp_src.sh
run_test tests/test_command.sh