Re: [webrtc-pc] No procedure for the ICE failed state (#2004)

An SCTP association (or a TCP or QUIC connection, for that matter) should not terminate immediately when ICE enters the "failed" state, since an ICE restart could restore the ICE virtual connection.  By default, retransmission timers will fire and the RTO estimate will increase until potentially the association limits will be reached.  When ICE enters the "connected" state again, if the selected pair changes, an implementation might want to reset the RTT estimate, but that is a potential implementation decision. 

-- 
GitHub Notification of comment by aboba
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2004#issuecomment-485283222 using your GitHub account

Received on Sunday, 21 April 2019 21:21:40 UTC