Jonathan Lennox
changed
bug 11641
What |
Removed |
Added |
Status |
RESOLVED
|
INCOMPLETE
|
Resolution |
FIXED
|
---
|
Comment # 9
on bug 11641
from Jonathan Lennox
These patches classify the TURN/TCP messages properly, but the TURN/TCP data
channels get mis-parsed after the initial ConnectionBind request/response.
In TURN/TCP, separate TCP connections are opened to the TURN server for the
each relayed TCP connection. After the ConnectionBind exchange, the connection
is no longer framed as TURN; instead, it is an unframed pass-through.
See my attached capture, which sends a dummy test data protocol (varying
numbers of x characters followed by a newline).
You are receiving this mail because:
- You are watching all bug changes.