]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - udp_send.c
More source code documentation.
[paraslash.git] / udp_send.c
index c17fc313ef49589bf42f55fc168c1aeb63ac216a..7585eaa962ecb4577ed16e41c88235ed6ccec60a 100644 (file)
@@ -40,7 +40,9 @@ struct udp_target {
        int fd;
        /** The list of queued chunks for this fd. */
        struct chunk_queue *cq;
+       /** The opaque structure returned by vss_add_fec_client(). */
        struct fec_client *fc;
+       /** The FEC parameters for this target. */
        struct fec_client_parms fcp;
 };