• Max Kellermann's avatar
    client: removed CLIENT_MAX_BUFFER_LENGTH · 48c11c52
    Max Kellermann authored
    Use a literal in the struct declaration, and sizeof(client->buffer)
    everywhere else.  Also shrink the buffer from 40 kB to 4 kB.  The
    buffer must only be large enough to hold one line of input, and 4 kB
    is still more than enough.
    48c11c52
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...