Skip to content
Snippets Groups Projects
Select Git revision
  • e661ddf680050912d930a6013dced50eef9d64f4
  • master default protected
2 results

jami-docs

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Guillaume Roguez's avatar
    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
    History
    Name Last commit Last update