• Max Kellermann's avatar
    client: allocate clients dynamically · 61443c13
    Max Kellermann authored
    Due to the large buffers in the client struct, the static client array
    eats several megabytes of RAM with a maximum of only 10 clients.  Stop
    this waste and allocate each client struct from the heap.
    61443c13
client.c 19.3 KB