Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • release/202005
  • release/202001
  • release/201912
  • release/201911
  • release/releaseWindowsTestOne
  • release/windowsReleaseTest
  • release/releaseTest
  • release/releaseWindowsTest
  • release/201910
  • release/qt/201910
  • release/windows-test/201910
  • release/201908
  • release/201906
  • release/201905
  • release/201904
  • release/201903
  • release/201902
  • release/201901
  • release/201812
  • 4.0.0
  • 2.2.0
  • 2.1.0
  • 2.0.1
  • 2.0.0
  • 1.4.1
  • 1.4.0
  • 1.3.0
  • 1.2.0
  • 1.1.0
30 results

sips_transport_ice.cpp

Blame
    • Edric Milaret's avatar
      25cdcd8b
      sip: fix pkt receive · 25cdcd8b
      Edric Milaret authored
      - Sending profile highlighted a flaw in the processing of packet
        * The receive packet function from pjsip can't handle a packet
          larger than PJSIP_MAX_PKT_LEN (4000) but we were not enforcing
          that correctly
        * The received callback was appending packet to the last one instead
          of appending it to the received packet vector
      
      Change-Id: I603cf19cb2951708edd5cca44d71b77bb83114d6
      Tuleap: #538
      25cdcd8b
      History
      sip: fix pkt receive
      Edric Milaret authored
      - Sending profile highlighted a flaw in the processing of packet
        * The receive packet function from pjsip can't handle a packet
          larger than PJSIP_MAX_PKT_LEN (4000) but we were not enforcing
          that correctly
        * The received callback was appending packet to the last one instead
          of appending it to the received packet vector
      
      Change-Id: I603cf19cb2951708edd5cca44d71b77bb83114d6
      Tuleap: #538
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.