Use sideband also for challenge response.
[paraslash.git] / dccp_send.c
index fa2a163c5afdb1f9721b274f02bafc5402422800..cfbc4de7e7a6a8db98e224c927a9b46d9b9b9223 100644 (file)
@@ -104,7 +104,7 @@ static int dccp_init_fec(struct sender_client *sc)
 
 static void dccp_send_fec(struct sender_client *sc, char *buf, size_t len)
 {
-       int ret = write_nonblock(sc->fd, buf, len);
+       int ret = xwrite(sc->fd, buf, len);
 
        if (ret < 0)
                dccp_shutdown_client(sc);