Skip to content
  • Olivier Crête's avatar
    agent: Put one StunAgent per Component · 8d53e347
    Olivier Crête authored
    Otherwise we risk running out of space in the space limited saved ids
    list. So the easiest way to do that is to put one StunAgent in each
    component. It may be advisable to just give up on not allocating
    memory inside libstun and just use a regular hash table in there
    instead.
    8d53e347