Fix udp-turn returning wrong message length in socket_recv_messages.
When using optimal path where recv message has only one buffer, the buffer length was set to the size of the buffer, not its length, which was causing the wrong message length to be returned causing the agent to discard STUN messages because their size doesn't match received data length.
Showing
Please register or sign in to comment