home · contact · privacy
Server/io.c: more precise comment.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 31 Mar 2014 02:16:32 +0000 (04:16 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 31 Mar 2014 02:16:32 +0000 (04:16 +0200)
src/server/io.c

index ba5abd5f2d18b2c95000fe7381b244aae6df455f..c4c60478ec0253b1c17695e23006afb7baca49fb 100644 (file)
@@ -30,8 +30,8 @@
 */
 static char * get_message_from_queue();
 
-/* Read input file for input into world.queue. new queue input. Wait a few
- * seconds until giving up. Translate '\n' chars in input file into '\0' chars.
+/* Poll input file for world.queue input. Wait a few seconds until giving up;
+ * poll only every 0.03 seconds.. Translate '\n' chars in input file into '\0'.
  */
 static void read_file_into_queue();