Opened 5 years ago

Closed 5 years ago

#2213 closed defect (fixed)

First packet for TURN over TCP might get dropped

Reported by: riza Owned by: riza
Priority: normal Milestone: release-2.10
Component: pjnath Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

When using TURN over TCP, on dataconn_on_data_read(), remainder is not used.
So, if the binding response is received with some application data, only the
response will be ok.

Thanks to Sébastien Blin for the patch.

Change History (1)

comment:1 Changed 5 years ago by riza

  • Owner set to riza
  • Resolution set to fixed
  • Status changed from new to closed

In 6039:

Fix #2213: First packet for TURN over TCP might get dropped.

Note: See TracTickets for help on using tickets.