Skip to content
Snippets Groups Projects
Commit 25cdcd8b authored by Edric Milaret's avatar Edric Milaret
Browse files

sip: fix pkt receive

- 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
parent 41e304a4
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment