Browse Source

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

Set interface for outgoing traffic.
adaptive-webui-19844
Eugene Shalygin 7 years ago committed by GitHub
parent
commit
22ea0be917
  1. 1
      src/base/bittorrent/session.cpp

1
src/base/bittorrent/session.cpp

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

Loading…
Cancel
Save