home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7045b6f
)
Server/io.c: more precise comment.
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 31 Mar 2014 02:16:32 +0000
(
04:16
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 31 Mar 2014 02:16:32 +0000
(
04:16
+0200)
src/server/io.c
patch
|
blob
|
history
diff --git
a/src/server/io.c
b/src/server/io.c
index ba5abd5f2d18b2c95000fe7381b244aae6df455f..c4c60478ec0253b1c17695e23006afb7baca49fb 100644
(file)
--- 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();