Allocate request is sent on UDP-TURN-OVER-TCP socket and is also framed
The UDP-TURN socket layer is only added at the end after we discover the relay candidate with Allocate, but until then, we use the UDP-TURN-OVER-TCP socket layer directly, so we need to do the rfc framing for that as well, otherwise, it won't work.
Showing
Please register or sign in to comment