sledgehammer999
2016-11-01 17:27:26 UTC
I remember that in the past arvid said that we can use adapter names
instead of IPs to listen to.
Is this true? If so, how? Just passing "tun0:6881" to listen_interfaces?
I am trying to provide a possible solution to VPN reconnection problems.
When a VPN connection is dropped, libtorrent traffic is stopped as
expected. But when the VPN connection is reestablished libtorrent doesn't
resume. That's because the new connection has a different local ip and
libtorrent is still listening to the old one.
I think arvid has said that binding by name libtorrent will auto detect VPN
reconnections and resume.
instead of IPs to listen to.
Is this true? If so, how? Just passing "tun0:6881" to listen_interfaces?
I am trying to provide a possible solution to VPN reconnection problems.
When a VPN connection is dropped, libtorrent traffic is stopped as
expected. But when the VPN connection is reestablished libtorrent doesn't
resume. That's because the new connection has a different local ip and
libtorrent is still listening to the old one.
I think arvid has said that binding by name libtorrent will auto detect VPN
reconnections and resume.