1. 29 Apr, 2014 2 commits
  2. 28 Apr, 2014 1 commit
    • Youness Alaoui's avatar
      Fix udp-turn returning wrong message length in socket_recv_messages. · c4b50bfb
      Youness Alaoui authored
      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.
      c4b50bfb
  3. 25 Apr, 2014 30 commits
  4. 24 Apr, 2014 5 commits
  5. 23 Apr, 2014 1 commit
  6. 17 Apr, 2014 1 commit
    • Philip Withnall's avatar
      pseudotcp: Fix partial acknowledgement of segments · 220bb5ca
      Philip Withnall authored
      If an incoming ACK acknowledges part of a pending SSegment, correctly
      increment the base offset of that SSegment before attempting to transmit
      it. Otherwise, the wrong data will be transmitted and the offset passed
      to packet() will be incorrect.
      220bb5ca