Slashdot Mirror


User: drchoffnes

drchoffnes's activity in the archive.

Stories
0
Comments
10
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 10

  1. Re:only works with on Privacy In BitTorrent By Hiding In the Crowd · · Score: 1

    Well, we released the code as open-source software so that anyone can take the ideas and implement them elsewhere. And we're happy to help anyone who wants to port it.

  2. Re:So now not only am I guilty being a linux nerd on Privacy In BitTorrent By Hiding In the Crowd · · Score: 1

    (From one of the software authors)
    Obviously this is a real concern, so by default SwarmScreen does nothing until you tell the software where to find content to download. It will only get content from the sites you tell it to.

  3. Re:only works with on Privacy In BitTorrent By Hiding In the Crowd · · Score: 4, Informative

    (From the one of the software authors) UTorrent doesn't support plugins and is closed source. If that were to change, we'd happily develop for it.

  4. High School CS Requirement on A High School Programming Curriculum For All Students? · · Score: 1

    This is slightly OT, but your brother might find it helpful to check out what these guys are doing: http://people.ucls.uchicago.edu/~bfranke/csreq/index.html There is a movement toward making CS a graduation requirement for high school, something tells me a few of your here would agree with this.

  5. Re:TCP/IP Optimization on Ubuntu Download Speeds Beat Windows XP's · · Score: 1

    Actually, I've seen this effect before when testing transfers between two machines behind the same router (one Linux, one XP), both sending data to the same destination in an alternating fashion. Linux was consistently faster. At the time, the source of the difference was that Linux was using a more aggressive default TCP stack than Windows. This might be the reason.

  6. Re:Already Made "Ono" on Making BitTorrent Clients Prioritize By Geography? · · Score: 1
    There's no contradiction.

    Only infrequent DNS lookups are needed.

    In other words, Ono is not counting router hops, though it is true that Ono generally finds peers along shorter IP-level paths. This makes sense, since Ono finds peers relatively nearby.

  7. Re:Already Made "Ono" on Making BitTorrent Clients Prioritize By Geography? · · Score: 2, Informative

    For the record, it's not quite based on router hops. Ono exploits CDN redirections for very efficient peer baising. You can find the technical details here: http://www.aqualab.cs.northwestern.edu/publications/DChoffnes08Sigcomm.html Also, if you want to restrict biasing to a custom set of IP address blocks, Ono now supports "manual peer biasing" toward those blocks. A description of how to use this feature (tailored for Kiwis) is here: http://homepages.xnet.co.nz/~createcoms/

  8. Re:all bittorrent traffic, or just BitTorrent, Inc on Comcast Makes Nice with BitTorrent · · Score: 1

    I think they're going to treat all traffic equally, so if your BT download rates suck due to congestion, so will your YouTube, Slashdot, etc. I don't see any way they can reliably allow on BT, Inc. traffic. Anyway, the more interesting question is what are they doing to make BitTorrent "more efficient" for Comcast. Maybe something like Ono?

  9. Re:Isn't that what on Enhancement To P2P Cuts Network Costs · · Score: 1

    No, they game the BT system by giving other peers as little bandwidth as possible while still getting good performance from them.

  10. Re:Ono on Enhancement To P2P Cuts Network Costs · · Score: 1

    Ono definitely does a similar thing without requiring ISPs in the loop. Also, the approach is general, but currently only implemented for Azureus. Ono is open source, so one can port it to other apps -- I'm sure the authors would be happy to help.