jackaudio / jack-example-tools

Official examples and tools from the JACK project
GNU General Public License v2.0
37 stars 14 forks source link

Don’t use gethostbyname() #82

Open nphilipp opened 1 year ago

nphilipp commented 1 year ago

Use getaddrinfo() instead, which can do IPv6 and multiple addresses.