Opened 15 years ago
Closed 15 years ago
#888 closed defect (fixed)
TURN client allocation failure when it receives multiple 438/Stale Nonce responses (thanks Peter Livesey for the report)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.3 |
Component: | pjnath | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
The TURN client fails to retry authentication after it receives several 438 responses during an allocation session. It fails with this message:
6:29:02.950 udprel0x81ea28 Error: authentication failed (too many retries)
This is because the sess->auth_retry variable is not properly reset after it receives successful response, in the STUN session.
Thanks Peter Livesey for the report!
Change History (2)
comment:1 Changed 15 years ago by bennylp
comment:2 Changed 15 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r2773