Hi Peter, thanks for your quick response!
Another question is whether we should use the 64 bit int in our Transport interface for example? I don’t think we would ever need (more...)
Hi Petr,
You are right about BInt! Qt uses qint64 in their QIODevice and derived classes, so I we can use it too.
Another question is whether we should use the (more...)
Hi Petr,
So I’d suggest to keep it as it is now until I’m done with the whole Torrent implementation (files/directory info is currently missing) and then we will see whether (more...)
I'm sorry, in my last post I forgot to end a link
Hi everybody, I've got two things about torrents which I'd like to discuss. First I'll present "problems" and then (more...)
Hi everybody, I've got two things about torrents which I'd like to discuss. First I'll present "problems" and then my suggestions. Feel free to write down your ideas.
1. BInt class (more...)
Hi Peter,
Your argument about torrent object corruption makes sense, so I agree we’d better not have setters. But maybe instead making TorrentParser a friend class we could provide a Torrent (more...)
Hi Petr,
That looks pretty good!
I’ve made the TorrentParser class a friend of the Torrent class because then we can validate input data only in the TorrentParser during parsing and we (more...)