Opened 15 years ago
Last modified 14 years ago
#1077 closed enhancement
Automatically reallocate TURN connection upon Refresh request failure, and notify the application if the allocation retry also fails (thanks Jan Boquist for the suggestion) — at Version 1
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.7 |
Component: | pjnath | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
If TURN Refresh request fails, TURN connection (the TURN socket) will be destroyed.
The ICE stream transport should retry to reconnect and reallocate on this event.
And if the reconnection attempt fails, it should notify the application. This would allow application to do something about the event.
Change History (1)
comment:1 Changed 14 years ago by bennylp
- Description modified (diff)
- Summary changed from Callback to notify application when TURN refresh fails (thanks Jan Boquist for the suggestion) to Automatically reallocate TURN connection upon Refresh request failure, and notify the application if the allocation retry also fails (thanks Jan Boquist for the suggestion)
Note: See
TracTickets for help on using
tickets.
Updated the spec to automatically reconnect/reallocate TURN connection upon Refresh failure.