Skip to content
  • Italo Cunha's avatar
    Add sort_addresses option to IPDB · 91ecc783
    Italo Cunha authored
    This commit adds a sort_addresses parameter to IPDB.  If set to
    True, then IPDB will use SortedIPaddrSet instead of IPaddrSet to
    keep addresses sorted.  Sorting IP addresses is optional because
    SortedIPaddrSet incurs CPU overhead as its iterators are not
    built-in.
    91ecc783