Changes between Version 16 and Version 17 of ServerSelection


Ignore:
Timestamp:
2011-04-28T04:11:22Z (13 years ago)
Author:
zooko
Comment:

fix formatting

Legend:

Unmodified
Added
Removed
Modified
  • ServerSelection

    v16 v17  
    2020Having a function or class to control server-selection is a great idea. The
    2121current code already separates out responsibility for server-selection into a
    22 distinct class, at least for immutable files [source:src/allmydata/immutable/upload.py?rev=4114#L131 {{{Tahoe2PeerSelector}}}]. It
     22distinct class, at least for immutable files [source:src/allmydata/immutable/upload.py?rev=4114#L131 Tahoe2PeerSelector]. It
    2323would be pretty easy to make the uploader use different classes according to
    2424a {{{tahoe.cfg}}} option.