Revise the GeoIP project idea slightly

This commit is contained in:
Robert Ransom 2011-02-23 13:16:10 +00:00
parent bf33421660
commit f15d1f5178

View File

@ -759,7 +759,8 @@ meetings around the world.</li>
<p>Currently, Tor bridges and relays read an entire IP->country database
into memory from a text file during startup. We would like to
distribute this database and store it on disk in a much more compact
form if possible.</p>
form, and perform IP->country lookups on it in its on-disk format if
possible.</p>
<p>We have <a href='https://trac.torproject.org/projects/tor/ticket/2506'>a
sketch of a design</a> for a moderately optimized format for IPv4 GeoIP
data; this project will involve both implementing the IPv4 format and