by Alex » April 11, 2005, 5:21 am
Is there really any reason to have "DC 0" in there? Every other command has the command name on a line by itself, with DC being the sole exception. For simplicity in parsing, can we change this to one of the following:
DC
*
or
DC
0
*
Myself, I prefer the first. I don't see any reason to explicitly state that you're not sending new peers. That they're not there makes it implicitly clear enough.
Is there really any reason to have "DC 0" in there? Every other command has the command name on a line by itself, with DC being the sole exception. For simplicity in parsing, can we change this to one of the following:
DC
*
or
DC
0
*
Myself, I prefer the first. I don't see any reason to explicitly state that you're not sending new peers. That they're not there makes it implicitly clear enough.