mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
+
This commit is contained in:
parent
b362a999ce
commit
03ab9f5bc5
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@ nettest:
|
||||||
for f in packets/full-* packets/error-*; do echo ">> $$f"; cat $$f | nc localhost $(PORT); done
|
for f in packets/full-* packets/error-*; do echo ">> $$f"; cat $$f | nc localhost $(PORT); done
|
||||||
|
|
||||||
nettestp1:
|
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:
|
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:
|
clean:
|
||||||
rm -f $(TARGETS)
|
rm -f $(TARGETS)
|
||||||
|
|
Loading…
Reference in a new issue