Skip to content
Snippets Groups Projects
Commit 479c2ee3 authored by Philip Withnall's avatar Philip Withnall Committed by Olivier Crête
Browse files

agent: Fix GSource dispatches for UDP NiceOutputStreams

The GSource created by g_pollable_output_stream_create_source() on a
NiceOutputStream would never have been dispatched, due to not having any
poll events (or anything else); it only works for TCP streams because of
a GCancellable child source which is triggered by the TCP code.

Fix that by making ComponentSource suitable for G_IO_IN and G_IO_OUT
again, and adding that as a child source for UDP output stream GSources.
parent fe79ad76
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.
Finish editing this message first!
Please register or to comment