X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/2301e9152786b4ec72c8cbf649901e01b23ba5df..dc24572f945d226d486c138ecf20102ceec4eb35:/lib/uaudio-rtp.c 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) {