From: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
To: linux-sctp@vger.kernel.org
Subject: Re: lksctp-tools:sctp_test fails when not using sock_stream
Date: Wed, 09 Sep 2015 21:14:18 +0000 [thread overview]
Message-ID: <20150909211418.GA4496@localhost.localdomain> (raw)
In-Reply-To: <CABZU2_R03ZdCkC=YyTGhaM7gegGufkgB+PgBqX=0vt9Zf7qtDw@mail.gmail.com>
On Wed, Sep 09, 2015 at 01:43:01PM +0530, kunapaneni prashanth wrote:
> Hi,
> in our setup, i am trying out sctp tests using lksctp tools between
> two hosts connected back to back.
>
> H1(5.5.5.8) -------------- H2 (5.5.5.5)
>
>
> following are the commands i used.
>
> Case 1:
> ====> client:
> sctp_test -H 5.5.5.8 -P 24241 -h 5.5.5.5 -p 24240 -s
>
> server:
> sctp_test -h 5.5.5.8 -p 24241 -H 5.5.5.5 -P 24240 -l
>
>
> This test case fails, with client sending a abort after INIT/INIT-ACK.
>
> If i run same test case with "-T" option, it is successful.
>
> i,e
> Case 2:
> ====
> client:
> sctp_test -H 5.5.5.8 -P 24241 -h 5.5.5.5 -p 24240 -s -T
>
> server:
> sctp_test -h 5.5.5.8 -p 24241 -H 5.5.5.5 -P 24240 -l
>
>
>
>
> i observed that in case 1, sctp_test never calls "connect", why is it
> so? shouldnt a connect be called.
It's not really necessary, specially when not using -T option. sendmsg()
can specify the destination too.
I cannot reproduce your issue here. You can check with strace if
sendmsg() parameters are really there and so.
Marcelo
next prev parent reply other threads:[~2015-09-09 21:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-09 8:25 lksctp-tools:sctp_test fails when not using sock_stream kunapaneni prashanth
2015-09-09 21:14 ` Marcelo Ricardo Leitner [this message]
2015-09-09 21:19 ` Vlad Yasevich
2015-09-10 7:19 ` kunapaneni prashanth
2015-09-15 18:10 ` Vlad Yasevich
2015-09-16 8:54 ` kunapaneni prashanth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150909211418.GA4496@localhost.localdomain \
--to=marcelo.leitner@gmail.com \
--cc=linux-sctp@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.