mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
module-rtp-session: remove outdated FIXME
rtp-sink already handles DSCP and uses profile 41 by default
This commit is contained in:
parent
76addb3eaa
commit
caabc074c8
1 changed files with 0 additions and 1 deletions
|
|
@ -1158,7 +1158,6 @@ static int make_socket(const struct sockaddr_storage* sa, socklen_t salen,
|
||||||
pw_log_error("bind() failed: %m");
|
pw_log_error("bind() failed: %m");
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
/* FIXME AES67 wants IPTOS_DSCP_AF41 */
|
|
||||||
val = IPTOS_LOWDELAY;
|
val = IPTOS_LOWDELAY;
|
||||||
if (setsockopt(fd, IPPROTO_IP, IP_TOS, &val, sizeof(val)) < 0)
|
if (setsockopt(fd, IPPROTO_IP, IP_TOS, &val, sizeof(val)) < 0)
|
||||||
pw_log_warn("setsockopt(IP_TOS) failed: %m");
|
pw_log_warn("setsockopt(IP_TOS) failed: %m");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue