X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fserver%2Fio.c;h=c4c60478ec0253b1c17695e23006afb7baca49fb;hb=0ff9d0a37959c6f297d33c23fed0eb889114c4bc;hp=ba5abd5f2d18b2c95000fe7381b244aae6df455f;hpb=7045b6f03025dfd0fecdd562fc267765a0072d6e;p=plomrogue diff --git a/src/server/io.c b/src/server/io.c index ba5abd5..c4c6047 100644 --- a/src/server/io.c +++ b/src/server/io.c @@ -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();