chiark / gitweb /
lib/uaudio-rtp.c: Use dedicated per-family sockets for on-demand clients.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 4 May 2020 18:35:36 +0000 (19:35 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 5 May 2020 22:18:28 +0000 (23:18 +0100)
commitac52c873b2b35b6e78603af79bb00822cbe9038a
tree1417c492ea14076e94b92661d543ca9768b3997e
parentdc24572f945d226d486c138ecf20102ceec4eb35
lib/uaudio-rtp.c: Use dedicated per-family sockets for on-demand clients.

I want to allow on-clients to be able to request unicast streams even if
the primary RTP mode is something else.  That means that we can't use
the master socket for these on-demand streams unless we figure out its
address family.  This is simpler.
lib/uaudio-rtp.c