1
Fork 0

module-rtp-session: remove outdated FIXME

rtp-sink already handles DSCP and uses profile 41 by default
This commit is contained in:
Dmitry Sharshakov 2023-12-17 19:33:57 +03:00 committed by Wim Taymans
parent 76addb3eaa
commit caabc074c8
1 changed files with 0 additions and 1 deletions

View File

@ -1158,7 +1158,6 @@ static int make_socket(const struct sockaddr_storage* sa, socklen_t salen,
pw_log_error("bind() failed: %m");
goto error;
}
/* FIXME AES67 wants IPTOS_DSCP_AF41 */
val = IPTOS_LOWDELAY;
if (setsockopt(fd, IPPROTO_IP, IP_TOS, &val, sizeof(val)) < 0)
pw_log_warn("setsockopt(IP_TOS) failed: %m");