mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Start sequence number at zero instead of one.
This commit is contained in:
parent
84c28337d2
commit
d052bbc3eb
|
@ -551,7 +551,7 @@ RTPSession *rtp_init_session ( int payload_type, Messenger *messenger, int frien
|
|||
|
||||
_retu->dest = friend_num;
|
||||
|
||||
_retu->rsequnum = _retu->sequnum = 1;
|
||||
_retu->rsequnum = _retu->sequnum = 0;
|
||||
|
||||
_retu->ext_header = NULL; /* When needed allocate */
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user