• Jon Grimm's avatar
    [SCTP] Optimize SACK generation. · fa634baf
    Jon Grimm authored
    Wanted to try out profiling, so brought up oprofile.  Very 
    suprising result of sctp_tsnmap_find_gap_ack() being one of the
    hot functions.  This should not be!  Short-circuit by not even 
    calling if !has_gap.
    fa634baf
sm_make_chunk.c 60.6 KB