Skip to content
  • Jakub Adam's avatar
    linux-cm: Avoid static receive buffer · 0123e574
    Jakub Adam authored
    The buffer in receive_netlink_message() is shared between all threads,
    which poses a problem when several CM instances start accessing it at
    the same time.
    
    That can create issues e.g. with libnice where each NiceAgent instance
    runs its own GUPnPContextManager in a separate thread.
    
    Let each GUPnPLinuxContextManager have its own recvbuf.
    0123e574