rakshasa / libtorrent

libTorrent BitTorrent library
http://rtorrent.net/downloads/
GNU General Public License v2.0
885 stars 209 forks source link

IPv4 filter enhancement #162

Closed chros73 closed 6 years ago

chros73 commented 6 years ago

Rebase @sallyswiss's IPv4 filter mod on current master branch, only small change was made:

Depended by: https://github.com/rakshasa/rtorrent/pull/671 Makes this duplicate: https://github.com/rakshasa/libtorrent/pull/32 Closes: https://github.com/rakshasa/rtorrent/issues/71, https://github.com/rakshasa/rtorrent/issues/106

chros73 commented 6 years ago

Note: unit test wasn't modified in the original pull req so that's the reason why Travis fails.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.08%) to 17.957% when pulling 5bd5584ff0aca78dde57c5c84c5b08bc0c8169bc on chros73:ipv4_filter_enhancement into c167c5a9e0bcf0df23ae5efd91396aae0e37eb87 on rakshasa:master.

chros73 commented 6 years ago

I have commented out the corresponding unit test to be able to compile with TravisCI.