libtorrent.org:route-error-message

Last commit made on 2020-02-28
Get this branch:
git clone -b route-error-message https://git.launchpad.net/libtorrent.org

Branch merges

Branch information

Name:
route-error-message
Repository:
lp:libtorrent.org

Recent commits

dabcb39... by arvidn <email address hidden>

expanding a device does not look for a default route

61e418f... by arvidn <email address hidden>

rely less on the ability to enumerate the routing table reliably. Any IP address
explicitly specified is assumed to represent an externally available IP, unless
marked with the l-flag. If a device name or an unspecified address is used, they
are expanded and only for such expanded entries is there a heuristic to
determine which addresses are externally available and which are local. The
default is to assume it's local only, unless it has a globally routable IP
address or a default route can be found for the device.

0eee042... by FranciscoPombal <email address hidden>

Fix some more unlikely integer truncation

a647fd4... by arvidn <email address hidden>

fix msvc warning

1dcbeb2... by arvidn <email address hidden>

remove some seemingly unnecessary TORRENT_TRY and TORRENT_CATCH from is_local(), is_any() and is_teredo(). simplify is_loopback()

cc792d8... by arvidn <email address hidden>

improve error messages and error reporting of failing enum_routes()

8dbb7c4... by arvidn <email address hidden>

don't repeat the settings documentation. add note to announce_ip

091dbd6... by FranciscoPombal <email address hidden>

Fix possible output truncation in test_dht

68a5721... by arvidn <email address hidden>

add note about listening to port 0. Add bittorrent glossary

c299004... by arvidn <email address hidden>

undeprecate settings_pack::dht_upload_rate_limit. Make sure it doesn't overflow if set too high