Does anyone know what the class/lib is for the Connection and Transfer mechanism..
we wanted to poke around abit to capture some of the transfer results to understand Why we cannot reach near maximum using SABnzb
SABnzb - Transfer/Connection mechanism
Re: SABnzb - Transfer/Connection mechanism
Not sure what you mean exactly.
Most NNTP handling is in newswrapper.py and downloader.py
Analysis and decoding of yEnc takes quite a bit of time as well (most is in decoder.py and the yenc compiled library).
Most NNTP handling is in newswrapper.py and downloader.py
Analysis and decoding of yEnc takes quite a bit of time as well (most is in decoder.py and the yenc compiled library).
Re: SABnzb - Transfer/Connection mechanism
shypike - thanks for the pointer