-
- Downloads
peer_connection: shutdown socket on io error
If a write operation fails on a ICE Transport, the transport just fail but do not shutdown as other components can be created or used. So, the error must be catched on another level. IceSocketEndpoint is the socket we use to send data. If a write fails at this point this means the ICE must be closed Change-Id: I6e67cb003df2a9855e8293f4753d1bc4fe75e340
Please register or sign in to comment