Ardhi Putra Pratama
2017-02-23 16:43:04 UTC
Hello,
I'm now working on the emulation of the network using libtorrent. This
is done in cluster computer, so some instances of libtorrent in the
same computer, some are in different machine. We also don't have any
tracker or DHT whatsoever.
I already have the list of IP and listening port for each of the peer.
I tried to connect them using connect_peer(), but it seems can't work.
I also don't get any alert (peer_notification) whether it was
connected/disconnected. Because of this, the get_peer_info() is not
working either.
Do you have any suggestion? My goal is just to make sure all peers can
be seen (get_peer_info works flawlessly) from any other peers.
Thanks
Kind regards,
ardhi
--
I'm now working on the emulation of the network using libtorrent. This
is done in cluster computer, so some instances of libtorrent in the
same computer, some are in different machine. We also don't have any
tracker or DHT whatsoever.
I already have the list of IP and listening port for each of the peer.
I tried to connect them using connect_peer(), but it seems can't work.
I also don't get any alert (peer_notification) whether it was
connected/disconnected. Because of this, the get_peer_info() is not
working either.
Do you have any suggestion? My goal is just to make sure all peers can
be seen (get_peer_info works flawlessly) from any other peers.
Thanks
Kind regards,
ardhi
--