• Show log

    Commit

  • Hash : a3172a41
    Author : Nick Mathewson
    Date : 2013-12-24T11:30:06

    Minor optimizations on bufferevent_trigger options
    
    By making BEV_TRIG_DEFER_CALLBACKS equal to BEV_OPT_DEFER_CALLBACKS,
    and BEV_TRIG_IGNORE_WATERMARKS disjoint from BEV_OPT_*, we can save a
    few operations in bufferevent_run_*, which is critical-path.