Skip to content
  • Guillaume Roguez's avatar
    ice: move IO thread per transport · 5edab08f
    Guillaume Roguez authored
    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
    5edab08f