mirror of
https://repo.or.cz/socat.git
synced 2025-07-12 06:33:24 +00:00
Added options posixmq-maxmsg and posixmq-msgsize
This commit is contained in:
parent
663a6bb012
commit
25d2f746d9
7 changed files with 79 additions and 10 deletions
4
test.sh
4
test.sh
|
@ -15106,8 +15106,8 @@ tf="$td/test$N.stdout"
|
|||
te="$td/test$N.stderr"
|
||||
tdiff="$td/test$N.diff"
|
||||
da="test$N $(date) $RANDOM"
|
||||
CMD0="$TRACE $SOCAT $opts TCP4-LISTEN:$PORT,reuseaddr EXEC:'$FILAN -s',nofork"
|
||||
CMD1="$TRACE $SOCAT $opts -t $T4 - TCP4:localhost:$PORT"
|
||||
CMD0="$TRACE $SOCAT $opts -t $T4 TCP4-LISTEN:$PORT,reuseaddr EXEC:'$FILAN -s',nofork"
|
||||
CMD1="$TRACE $SOCAT $opts -t $T8 - TCP4:localhost:$PORT"
|
||||
printf "test $F_n $TEST... " $N
|
||||
eval "$CMD0" >/dev/null 2>"${te}0" &
|
||||
pid0=$!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue