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

Merge pull request #7099 from evsh/set-inet-outgoing

Set interface for outgoing traffic.
This commit is contained in:
Eugene Shalygin 2017-07-13 11:13:07 +02:00 committed by GitHub
commit 22ea0be917

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;
}