[Swan-commit] Changes to ref refs/heads/master

Andrew Cagney cagney at vault.libreswan.fi
Fri Aug 19 14:31:46 UTC 2016


New commits:
commit 0ab734351e0ab9e02daed01660dcbb5445357f8a
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Jul 21 10:04:35 2016 -0400

    pluto: use sets to eliminate nested post SA transform processing loop
    
    (and arguably simplify logic; the log messages are certainly better :-)
    
    After processing all the transforms, instead of checking each local
    proposal's transforms individually (in a nested loop), use sets and
    set comparisons.
    
    Use show_set_short() to pretty-print the bit-sets (first use?).
    Use DBGP() rather than DBG to avoid hassles with ","s and macros.
    
    This fixes the comment: Use a set to speed up the comparison?



More information about the Swan-commit mailing list