MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / ASMapGetMappedASUnmappedv6

Function ASMapGetMappedASUnmappedv6

src/bench/asmap.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79static void ASMapGetMappedASUnmappedv6(benchmark::Bench& bench)
80{
81 // Reserved as per RFC 9637 (unmapped)
82 std::vector<CNetAddr> addrs{LookupAddr("3fff::1")};
83 BenchGetMappedAS(bench, addrs, /*check=*/false);
84}
85
86static void ASMapGetMappedASMulti(benchmark::Bench& bench)
87{

Callers

nothing calls this directly

Calls 2

LookupAddrFunction · 0.85
BenchGetMappedASFunction · 0.85

Tested by

no test coverage detected