chiark / gitweb /
lib/uaudio-rtp.c: Set the send buffer for the IPv6 on-demand socket.
[disorder] / lib / uaudio-rtp.c
index 825018e62aba7ebab266654cae30a1c5a5d10897..ff7e839c30982081d0db5fe67d5a5ae36390cc12 100644 (file)
@@ -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) {