Commit 8c2001e92a6615cc7b4efc8e33cff58c28effd30

Azat Khuzhin 2019-03-16T17:09:51

Maximum evbuffer read configuration Before this patch evbuffer always reads 4K at a time, while this is fine most of time you can find an example when this will decrease throughput. So add an API to change default limit: - evbuffer_set_max_read() - evbuffer_get_max_read() And a notice that most of time default is sane.