【问题标题】:SCTP Multihoming INIT messagesSCTP 多宿主 INIT 消息
【发布时间】:2016-01-20 06:19:10
【问题描述】:

在 SCTP 多宿主配置中,我配置了两组 - 主路径和辅助路径。我的问题是默认情况下在主要或次要上发送的 INIT 命令在哪里(假设两个路径都是 up )? 有没有什么条件是 INIT 只有在 UP 状态时才需要在主路径上发送?

【问题讨论】:

    标签: sctp


    【解决方案1】:

    任何 SCTP 数据包,默认情况下都应使用主路径发送。这是我在 RFC 4960 - Sec:6.4 - Para:III 中发现的

    By default, an endpoint SHOULD always transmit to the primary path,
    unless the SCTP user explicitly specifies the destination transport
    address (and possibly source transport address) to use.
    

    关于第二个问题 - “是否有任何条件只在主路径处于 UP 状态时才需要在主路径上发送 INIT?”

    通过已关闭的接口发送看起来不合逻辑。以下是 RFC 4960 - Sec:6.4.1 - Para:II

    When there is outbound data to send and the primary path becomes
    inactive (e.g., due to failures), or where the SCTP user explicitly
    requests to send data to an inactive destination transport address,
    before reporting an error to its ULP, the SCTP endpoint should try to
    send the data to an alternate active destination transport address if
    one exists.
    

    【讨论】:

      猜你喜欢
      • 2011-09-14
      • 2014-11-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-01-15
      • 2021-10-13
      • 1970-01-01
      • 2019-06-01
      相关资源
      最近更新 更多