fix problem when UDP client requesting both IPv4 and IPv6

This commit is contained in:
clowwindy 2015-07-10 17:32:31 +08:00
parent c34c99450f
commit 99b4121fd9
4 changed files with 74 additions and 26 deletions

View file

@ -4,10 +4,10 @@ PYTHON="coverage run -p -a"
mkdir -p tmp
$PYTHON shadowsocks/local.py -c tests/aes.json &
$PYTHON shadowsocks/local.py -c tests/aes.json -v &
LOCAL=$!
$PYTHON shadowsocks/server.py -c tests/aes.json --forbidden-ip "" &
$PYTHON shadowsocks/server.py -c tests/aes.json --forbidden-ip "" -v &
SERVER=$!
sleep 3