Search found 2 matches

by Jule
Wed Aug 25, 2021 9:08 pm
Forum: Support
Topic: transmission-cli not downloading
Replies: 1
Views: 18969

Re: transmission-cli not downloading

Ok, I looked into it a bit more and debugged the transmission source and hit this line:

https://github.com/transmission/transmission/blob/841f56dc3afb506991a03ab2258bbf35e7570588/libtransmission/net.c#L766

peers returned from the tracker are checked in the isMartianAddr(...) function and it has ...
by Jule
Tue Aug 24, 2021 9:15 pm
Forum: Support
Topic: transmission-cli not downloading
Replies: 1
Views: 18969

transmission-cli not downloading

Hi, this is a bit of a special case. I have implemented my own torrent client (just for fun), and I have tried to use transmission-cli to verify that it works.

If I let tranmission seed my client downloads without any issues.

If I let my client seed and transmission download it goes fine as long ...