Bug 1297962 - Add noise data when sending v4 gethash request r=francois

MozReview-Commit-ID: GbyvX7wcg8c
* * *
[mq]: 1297962_review

MozReview-Commit-ID: 1U2T0wq778R
This commit is contained in:
Thomas Nguyen
2017-02-24 10:22:12 +08:00
parent e651462701
commit 2b6e2edd11
11 changed files with 239 additions and 43 deletions

View File

@@ -139,6 +139,12 @@ LookupCacheV4::GetPrefixes(PrefixStringMap& aPrefixMap)
return mVLPrefixSet->GetPrefixes(aPrefixMap);
}
nsresult
LookupCacheV4::GetFixedLengthPrefixes(FallibleTArray<uint32_t>& aPrefixes)
{
return mVLPrefixSet->GetFixedLengthPrefixes(aPrefixes);
}
nsresult
LookupCacheV4::ClearPrefixes()
{