This commit is contained in:
Gabor Adam Toth 2011-04-28 15:15:37 +02:00
parent 119822d1b2
commit ca95d51e49
1 changed files with 2 additions and 2 deletions

View File

@ -16,10 +16,10 @@ nettest:
for f in packets/full-* packets/error-*; do echo ">> $$f"; cat $$f | nc localhost $(PORT); done
nettestp1:
(for f in packets/part-1-p*; do cat $$f; done) | nc nb $(PORT)
(for f in packets/part-1-p*; do cat $$f; done) | nc localhost $(PORT)
nettestp2:
(for f in packets/part-1-length-p*; do cat $$f; done) | nc nb $(PORT)
(for f in packets/part-1-length-p*; do cat $$f; done) | nc localhost $(PORT)
clean:
rm -f $(TARGETS)