Skip to content
  • Youness Alaoui's avatar
    Do the recv on relayed socket · 486ddffe
    Youness Alaoui authored and Olivier Crête's avatar Olivier Crête committed
    With OC2007 compat, doing a recv on the attached socket (udp-turn-over-tcp)
    will cause the RFC4571 to be unframed before doing the parse_recv on the
    udp-turn socket, which will fail. And even if that didn't fail, it
    would still cause the resulting data to be rfc4571 since the unframing
    in the agent happens before the parse_recv
    486ddffe