Edit

kc3-lang/libevent/include

Branch :

  • Show log

    Commit

  • Author : Azat Khuzhin
    Date : 2019-03-16 17:09:51
    Hash : 8c2001e9
    Message : 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.