X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=src%2Fserver%2Fio.h;h=da533903b2ac7948def228899e79401c1e9edf9c;hb=c560e7b4c403cf75b5a7ebd7cc4818ade1ae845d;hp=9dffd258cf8180010d63828f364f15a0fdcb51cf;hpb=2dd6403d51a46a33e29b2255ec8aa100583e4051;p=plomrogue diff --git a/src/server/io.h b/src/server/io.h index 9dffd25..da53390 100644 --- a/src/server/io.h +++ b/src/server/io.h @@ -18,7 +18,7 @@ * unset world.do_update) and write a single dot line to server out file, then * read server in file for the next load of bytes to put onto the input queue. * (Queueing ensures only complete messages are interpreted, and io_loop()'s - * server tests only happening in a multi-second interval.) + * server tests only happening in a multi-second interval on inactivity.) */ extern char * io_round();