Commit 87703a1b authored by Wayne Davison's avatar Wayne Davison

Improved the comment for kludge_around_eof.

parent 981b2026
......@@ -76,8 +76,10 @@ int batch_gen_fd = -1;
const char *io_write_phase = phase_unknown;
const char *io_read_phase = phase_unknown;
/** Ignore EOF errors while reading a module listing if the remote
version is 24 or less. */
/* Ignore EOF errors while reading a module listing if the remote
* version is 24 or less. Also used by the receiver when it is
* reading a potential end-of-transfer keep-alive message that
* may never come. */
int kludge_around_eof = False;
int msg_fd_in = -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment