Archive for 19. November 2006

BitTorrent branch refactoring
Hello everybody, There are quite some changes in my BitTorrent branch (http://bzr.calitko.org/developers/peter/calitko-BitTorrent). Attached is the latest patch. Finally isValid() is completely removed from Protocols::Generics::Packet as well as the raw data ctors (more...)
Re: PacketTest.cpp for commit…
Hi Atul, thanks for the patch! Just committed it in revno 76. I think I will use some or all of your tests to better test Generics::Packet. Regards, Peter atul wrote:Hi 1. Unused (more...)
SourceComment: BinaryReader::readBytes
Dear all Peer code review is critical ( getting somebody else to look at your code works wonders for its quality ;-) So in addition to what we are doing, take a (more...)
PacketTest.cpp for commit…
Hi 1. Unused getHeader and getPayload methods removed... 2. testInvalidHeader is much better ... Let me know... --- cheers atul