bufferevent_flush_mode

Flags that can be passed into filters to let them know how to deal with the incoming data.

Values

ValueMeaning
BEV_NORMAL0

usually set when processing data

BEV_FLUSH1

want to checkpoint all data sent.

BEV_FINISHED2

encountered EOF on read or done sending data

Meta