Skip to content
  • Youness Alaoui's avatar
    Add RFC4571 framing to ice-tcp for MS-TURN · 2de25cfd
    Youness Alaoui authored and Olivier Crête's avatar Olivier Crête committed
    Data and STUN messages sent over TCP MUST follow the framing method
    specified in [RFC4571] section 2. We will frame every outgoing packet
    and split it into 62KB frames when sending, and on reception, we will
    unframe the rfc4571. For now, we only unframe for udp-turn tcp-act/pass
    candidates, which means only for MS-TURN over TCP.
    We still need to do the unframing for real ice-tcp candidates, then add
    support for reading the data in a serialized way.
    2de25cfd