]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - udp_send.c
Use symbolic names for loglevels and clean up the ggo mess.
[paraslash.git] / udp_send.c
index b0f55bc35c7ccb661b6db32997a88fc9284ed98e..3804c39c1b96571e6a6553c97ed5dd690284c47f 100644 (file)
@@ -68,6 +68,7 @@ static void udp_delete_target(struct udp_target *ut, const char *msg)
        free(ut);
 }
 
+/** The maximal size of the per-target chunk queue. */
 #define UDP_CQ_BYTES 40000
 
 static int udp_init_session(struct udp_target *ut)