From: Mark Wooding Date: Mon, 4 May 2020 18:32:27 +0000 (+0100) Subject: lib/uaudio-rtp.c: Set the send buffer for the IPv6 on-demand socket. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/dc24572f945d226d486c138ecf20102ceec4eb35 lib/uaudio-rtp.c: Set the send buffer for the IPv6 on-demand socket. Inexplicably missing. --- diff --git a/lib/uaudio-rtp.c b/lib/uaudio-rtp.c index 825018e..ff7e839 100644 --- a/lib/uaudio-rtp.c +++ b/lib/uaudio-rtp.c @@ -391,6 +391,7 @@ static void rtp_open(void) { } /* Enlarge the socket buffers */ hack_send_buffer_size(rtp_fd, "master socket"); + hack_send_buffer_size(rtp_fd6, "IPv6 on-demand socket"); /* We might well want to set additional broadcast- or multicast-related * options here */ if(rtp_mode != RTP_REQUEST) {