]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
refactor iputil and make it return addresses in descending order of goodness instead...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 22 May 2007 21:06:37 +0000 (14:06 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 22 May 2007 21:06:37 +0000 (14:06 -0700)
commit9cd17577993087af1f4ac35fe2a13738897f045b
treee99c7f7c5d367d91ebf7f426338b7c9f015cf162
parent921e643b93c88c2a0b560bbc21989918cde47c60
refactor iputil and make it return addresses in descending order of goodness instead of in a set
Actually of course iputil can't tell exactly how good they are, and a wise user
of iputil will try all of them.  But you can't try all of them simultaneously,
so you might as well try the best ones first.
src/allmydata/util/iputil.py