Open GoogleCodeExporter opened 8 years ago
This indicates that libtorrent attempted to connect to a peer, and connect()
failed with EINVAL. This is unexpected under normal circumstances and might
indicate a bug in libtorrent (it shouldn't be passing in invalid arguments).
There is one known situation where this could happen though, if you have a
small set of outgoing ports set, meaning libtorrent will bind the local port of
outgoing sockets to specific ports, then you may end up having multiple
(src-ip, src-port, dst-ip, dst-port)-quads, which is invalid.
Is that the case by any chance? Do you have any unusual settings?
Original comment by arvid.no...@gmail.com
on 27 Mar 2015 at 10:54
> if you have a small set of outgoing ports set
> Is that the case by any chance? Do you have any unusual settings?
session_settings::outgoing_ports are set to (0, 0).
Original comment by vanya...@gmail.com
on 6 Apr 2015 at 8:13
Original issue reported on code.google.com by
vanya...@gmail.com
on 27 Mar 2015 at 10:17