Fixed set of peer without any discovery #877
sandeshbhatjr
started this conversation in
General
Replies: 1 comment 5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking at using the torrent protocol for moving around files between known peers. I do not want it to use trackers, Peer Exchange, DHT or LSD. I have a fixed list of peers with their addresses (IP, port) that I synchronise using my own protocol. Can I use the AddPeer() method for torrent in this library to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions