Page 1 of 1

SABnzb - Transfer/Connection mechanism

Posted: January 23rd, 2013, 10:23 am
by zoneboyz
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

Re: SABnzb - Transfer/Connection mechanism

Posted: January 23rd, 2013, 1:33 pm
by shypike
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).

Re: SABnzb - Transfer/Connection mechanism

Posted: January 25th, 2013, 9:33 am
by zoneboyz
shypike - thanks for the pointer