Lionel Flandrin
|
746d4a0f5e
|
Problem: UDP transport doesn't let the user specify the local bind address
for multicast
Solution: augment the UDP URL syntax to accept an interface specifier with a
syntax similar to the PGM urls.
Fixes #2212
|
2018-05-04 14:36:18 +02:00 |
|
Lionel Flandrin
|
524affc4c3
|
Problem: UDP address parser uses ad hoc code to detect multicast address
Solution: factor the code into ip_resolver, add IPv6 support and unit tests.
|
2018-05-04 10:44:01 +02:00 |
|
Lionel Flandrin
|
4cd2c2ebf8
|
Problem: address parsing code is tied to the TCP code
Solution: Factor the code into a different file with a well defined API and add
unit tests.
|
2018-05-02 18:06:01 +02:00 |
|