## Background Libtorrent session allow you to pass settings to the session. ## Problem Today the settings are hard coded. ## Solution Create bindings so we can choose the settings from the javascript code and that it is no more hard coded in libtorrent-node.
Background
Libtorrent session allow you to pass settings to the session.
Problem
Today the settings are hard coded.
Solution
Create bindings so we can choose the settings from the javascript code and that it is no more hard coded in libtorrent-node.