Arvid Norberg
Arvid Norberg
In my test I have two peers, one seed and one downloader. After the transfer is complete neither peer is attempting to connect to the other. Could you help me...
could you try building and running the `enum_if` test program? e.g. ``` cd tests b2 link=static stage_enum_if ./enum_if ``` It prints something like this: ``` =========== Routes =========== destination network...
@bearx3f are you connecting to your proxy over SSL by chance? It looks like my patch failed to take into account HTTPS proxies.
@bearx3f I landed (and fixed up) your patch. did it make it work for you?
it probably makes sense to enable this build option on CI as well
filenames (path elements) are sanitized in this function: https://github.com/arvidn/libtorrent/blob/RC_2_0/src/torrent_info.cpp#L158 As you can see, it differs between windows and other operating systems. For example, to determine whether a character is valid...
On windows, I believe the operating system restricts some characters, but I suspect that on Android it's the file system that limits valid characters. Perhaps FAT32 is common there. What...
how does this look? https://github.com/arvidn/libtorrent/pull/7828
That is a string literal. I don't know what would make it "raw".
back-port: https://github.com/arvidn/libtorrent/pull/7832