link to specific version of source code

[Imported from Trac: page ServerSelection, version 5]
zooko 2009-12-08 17:37:24 +00:00
parent 06b8b13199
commit f04d4dcd0e

@ -17,8 +17,7 @@ As I have emphasized a few times, we really should not try to write a super-clev
Having a function or class to control server-selection is a great idea. The Having a function or class to control server-selection is a great idea. The
current code already separates out responsibility for server-selection into a current code already separates out responsibility for server-selection into a
distinct class, at least for immutable files distinct class, at least for immutable files (source: src/allmydata/immutable/upload.py?rev=4114#L131 `Tahoe2PeerSelector`). It
(source:src/allmydata/immutable/upload.py#L131 `Tahoe2PeerSelector`). It
would be pretty easy to make the uploader use different classes according to would be pretty easy to make the uploader use different classes according to
a `tahoe.cfg` option. a `tahoe.cfg` option.