mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-20 08:56:56 -05:00
Add support for listening on IPv6 addresses. The following address formats are supported: * tcp:[<ipv6-addr>]:<port>, * tcp:<ipv4-addr>:<port>, * tcp:<port>, and * unix:<path>. The IP addresses are parsed using `inet_pton()`, only the formats supported by that function are accepted. The IPv6 address must be surrounded by square brackets, they do not mean "optional" here. Specifying only the port is equivalent to the following two addresses: * [::]:<port>, and * 0.0.0.0:<port>. Address parsing has been made stricter: the port must always be specified explicitly. Fixes #1216. |
||
|---|---|---|
| .. | ||
| filter-chain | ||
| media-session.d | ||
| systemd | ||
| client-rt.conf.in | ||
| client.conf.in | ||
| jack.conf.in | ||
| meson.build | ||
| pipewire-pulse.conf.in | ||
| pipewire-system.conf | ||
| pipewire.c | ||
| pipewire.conf.in | ||
| pipewire.desktop.in | ||