All of lore.kernel.org
 help / color / mirror / Atom feed
* [Question] About Multi-homing in LKSCTP
@ 2011-05-19 17:43 Thanh Nguyen
  2011-05-19 17:43 ` Thanh Nguyen
  2011-05-23  2:19 ` Wei Yongjun
  0 siblings, 2 replies; 3+ messages in thread
From: Thanh Nguyen @ 2011-05-19 17:43 UTC (permalink / raw)
  To: linux-sctp

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).
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?


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Question] About Multi-homing in LKSCTP
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Thanh Nguyen @ 2011-05-19 17:43 UTC (permalink / raw)
  To: linux-sctp

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).
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?



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Question] About Multi-homing in LKSCTP
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Wei Yongjun @ 2011-05-23  2:19 UTC (permalink / raw)
  To: linux-sctp


> 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
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-05-23  2:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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.