mirror of
git://erdgeist.org/opentracker
synced 2025-01-12 16:00:06 +00:00
Moved to tests/
This commit is contained in:
parent
3e610c5f60
commit
1d2d3c9d95
12
testsuite.sh
12
testsuite.sh
@ -1,12 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
while true; do
|
||||
request_string="GET /announce?info_hash=0123456789012345678%$(printf %02X $(( $RANDOM & 0xff )) )&\
|
||||
ip=10.1.1.$(( $RANDOM & 0xff ))&port=$(( $RANDOM & 0xff )) HTTP/1.0\n"
|
||||
|
||||
# echo -e $request_string
|
||||
# echo
|
||||
echo -e $request_string | nc 127.0.0.1 6969 >/dev/null &
|
||||
# echo
|
||||
|
||||
done
|
Loading…
Reference in New Issue
Block a user