From cf84b71cea00c0c71a26a9436be71f2fd7bb07ea Mon Sep 17 00:00:00 2001 From: Gerhard Rieger Date: Mon, 22 Sep 2008 23:39:33 +0200 Subject: [PATCH] added SCTP stream environment variable tests --- test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index f5ebbf1..6820123 100755 --- a/test.sh +++ b/test.sh @@ -8819,9 +8819,11 @@ done <<<" TCP4 $LOCALHOST $SECONDADDR $PORT $((PORT+1)) TCP6 [0000:0000:0000:0000:0000:0000:0000:0001] [0000:0000:0000:0000:0000:0000:0000:0001] $((PORT+2)) $((PORT+3)) UDP6 [0000:0000:0000:0000:0000:0000:0000:0001] [0000:0000:0000:0000:0000:0000:0000:0001] $((PORT+6)) $((PORT+7)) +SCTP4 $LOCALHOST $SECONDADDR $((PORT+8)) $((PORT+9)) +SCTP6 [0000:0000:0000:0000:0000:0000:0000:0001] [0000:0000:0000:0000:0000:0000:0000:0001] $((PORT+10)) $((PORT+11)) UNIX $td/test\$N.server $td/test\$N.client , , " -# this one fails do to weakness in socats UDP4-LISTEN implementation: +# this one fails due to weakness in socats UDP4-LISTEN implementation: #UDP4 $LOCALHOST $SECONDADDR $((PORT+4)) $((PORT+5))