chiark / gitweb /
clients/playrtp.c: Replace the hairy interface-scanning heuristics.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 5 May 2020 17:19:30 +0000 (18:19 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 5 May 2020 22:18:28 +0000 (23:18 +0100)
commit32d209ee9059cc881f6fbc3e5c877eb7edf5327b
tree64fe4eb4dd0d43d149b0e5910e6b69378ce46c8b
parente31de8226f81ac0d38666423f60ea4754da1b874
clients/playrtp.c: Replace the hairy interface-scanning heuristics.

When we apply these heuristics, we already /have/ a known, working,
connection to the server.  So we can just use the address that the
kernel gave us for our stream reception address.

Replace the old hairy heuristics, and delete their support functions.
clients/playrtp.c