• V
    sctp: prevent too-fast association id reuse · 4814326b
    Vlad Yasevich 提交于
    We use the idr subsystem and always ask for an id
    at or above 1.  This results in a id reuse when one
    association is terminated while another is created.
    
    To prevent re-use, we keep track of the last id returned
    and ask for that id + 1 as a base for each query.  We let
    the idr spin lock protect this base id as well.
    Signed-off-by: NVlad Yasevich <vladislav.yasevich@hp.com>
    4814326b
associola.c 45.2 KB