Skip to content
Snippets Groups Projects
Commit 5edab08f authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

ice: move IO thread per transport

IO events were handled by a unique thread owned by IceTransportFactory.
This patch changes that by creating a thread per IceTransport instance.

This improves a bit (on multiple-threaded architectures at least)
events handling as not all events handler run at the same speed
(SIP events are slow, Media IOs need low overhead).

Issue: #79692
Change-Id: Ie742373176f9447a14286910e6af562427cecdbd
parent 6151e58d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment