All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wei Yongjun <yjwei@cn.fujitsu.com>
To: linux-sctp@vger.kernel.org
Subject: Re: [Question] About Multi-homing in LKSCTP
Date: Mon, 23 May 2011 02:19:20 +0000	[thread overview]
Message-ID: <4DD9C428.9090405@cn.fujitsu.com> (raw)
In-Reply-To: <1305852113.16286.9.camel@SLinux>


> In LKSCTP with multi-homing, if association using 4 IP(list Ip1 Ip2 Ip3
> IP4 and bandwith,delay different) and peer have 3 IP (IP5 Ip 6 Ip7 ).
> When establish association, primary path is IP1-IP5, if path IP1-IP5
> die, how is SCTP choose new path? (select by best bandwith and delay or
> list IP).

select by list IPs.

the side which have4 IP will try to select transport to IP6 or IP7 to resend data
if they are active. and the peer with have 3 IP will try to select transport to IP2,
Ip3, Ip4 to resend data.

> And in RFC have sentence "Furthermore, when its peer is multi-homed, an
> endpoint SHOULD try to retransmit a chunk that timed out to an active
> destination transport address that is different from the last
> destination address to which the DATA chunk was sent." in section 6.4
> In LKSCTP use this feature or not? If not, which do LKSCTP use?

LKSCTP using this feature.

>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sctp" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

      parent reply	other threads:[~2011-05-23  2:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-19 17:43 [Question] About Multi-homing in LKSCTP Thanh Nguyen
2011-05-19 17:43 ` Thanh Nguyen
2011-05-23  2:19 ` Wei Yongjun [this message]

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=4DD9C428.9090405@cn.fujitsu.com \
    --to=yjwei@cn.fujitsu.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.