Drop memory limit. It was useful to debug OOMs but is now unnecessary
[dnsseed-rust] / src / bgp_client.rs
2021-07-27 Matt CoralloSupport specifying the BGP peer asn on the CLI, increas...
2020-07-21 Matt CoralloTry reducing memory footprint a bit further
2020-07-21 Matt CoralloFix AS path detection
2020-07-21 Matt Corallopre-alloc routing table
2020-07-20 Matt CoralloAdd an extra hop in the path length now that we have...
2020-07-19 Matt CoralloFix BGP parameter usage
2020-05-31 Matt CoralloUpdate to upstream bgp-rs
2019-12-05 Matt CoralloFurther reduce memory in bgp_client
2019-12-05 Matt CoralloAlign routing table entries to single bytes
2019-12-02 Matt CoralloFix BGP table lookup
2019-12-02 Matt CoralloDrop Arcs around paths, and add more debug info for...
2019-12-02 Matt CoralloDrop prepends in BGP paths since it doesn't change...
2019-12-01 Carl DongWe don't need BTreeMaps
2019-08-23 Matt CoralloRejigger BGP timeouts
2019-08-23 Matt CoralloPrint stats about routing table size in UI
2019-08-23 Matt CoralloSelect only ASNs visible in all paths for an IP
2019-08-23 Matt CoralloReset routing tables on reconnect
2019-08-23 Matt CoralloFix handling failed route lookups
2019-08-23 Matt CoralloFix route lookup masking
2019-08-23 Matt CoralloAvoid storing unused attrs
2019-08-23 Matt CoralloFilter DNS results by common ASN