1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 15:27:54 +00:00

Set interface for outgoing traffic.

This sets interface for outgoing traffic to the same as for ingoing
(listetning) with libtorrent 1.1.x.
This commit is contained in:
Eugene Shalygin 2017-07-12 21:28:00 +02:00
parent 23616d5dd0
commit 934133772e

View File

@ -1124,6 +1124,7 @@ void Session::configure(libtorrent::settings_pack &settingsPack)
}
}
settingsPack.set_str(libt::settings_pack::outgoing_interfaces, networkInterface().toStdString());
m_listenInterfaceChanged = false;
}