SABnzb - Transfer/Connection mechanism

Feel free to talk about anything and everything in this board.
Post Reply
zoneboyz
Newbie
Newbie
Posts: 13
Joined: January 21st, 2013, 9:55 am

SABnzb - Transfer/Connection mechanism

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SABnzb - Transfer/Connection mechanism

Post 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).
zoneboyz
Newbie
Newbie
Posts: 13
Joined: January 21st, 2013, 9:55 am

Re: SABnzb - Transfer/Connection mechanism

Post by zoneboyz »

shypike - thanks for the pointer
Post Reply