You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Move received and cooked packets queue to thread entry, that is, each thread has its own queue.
2. In RECV thread, push received packet to queue of source thread, in thread listener.
3. In SRTP thread, push cooked packet to queue of source thread, in asyn SRTP task.
4. In hybrid thread, directly and only consume the packets of self thread.
5. Sync between SRTP task by lock.
0 commit comments