SCTP事件SCTP_COMM_LOST

时间:2019-01-30 12:12:24

标签: networking

我意外地将状态更改为sctp_comm_lost的sctp assoc, 据我所知,没有发生最大的重新传输,并且hb周期为deault(15s)。 我怎么知道是什么导致了sctp_comm_lost? 奇怪的是,爱丽丝是唯一拥有sctp_comm_lost(在初始化后约3秒)的人, 该鲍勃尝试向alice发送数据(初始化后约14秒), 然后爱丽丝用sctp_abort回答(紧接bob的消息之后)。 尽管从alice的角度来看,套接字在bob发送数据消息之前已经丢失。 中止的数据没有说明原因

Frame 39: 50 bytes on wire (400 bits), 50 bytes captured (400 bits)
Ethernet II, Src: XXXX, Dst: XXXX
Internet Protocol Version 4, Src: 192.168.6.1, Dst: 192.168.6.110
Stream Control Transmission Protocol, Src Port: 51391 (51391), Dst Port: 8888 (8888)
    Source port: 51391
    Destination port: 8888
    Verification tag: 0x5820dd1b
    [Association index: 0]
    Checksum: 0xf786d068 [unverified]
    [Checksum Status: Unverified]
    ABORT chunk
        Chunk type: ABORT (6)
            0... .... = Bit: Stop processing of the packet
            .0.. .... = Bit: Do not report
        Chunk flags: 0x01
            .... ...1 = T-Bit: Tag reflected
        Chunk length: 4

0 个答案:

没有答案