BUILDS- / Derpnet

A secure IRC server built from the ground up.
GNU General Public License v3.0
6 stars 0 forks source link

Loses data in stress test #2

Closed cstanfill closed 13 years ago

cstanfill commented 13 years ago

When using the stresser script (and only then), the number of bytes received on the client end appears to be approximately 8% of what should be expected. For example, running it with 100 iterations should mean the client receives 500 bytes, but it only gets 40.

cstanfill commented 13 years ago

Turned out to be related to the way the data buffer was handling incomplete lines - it was throwing out most of the data it collected on the server side.