libtorrent icon indicating copy to clipboard operation
libtorrent copied to clipboard

libTorrent BitTorrent library

Results 77 libtorrent issues
Sort by recently updated
recently updated
newest added

I was looking into some intermittent errors thrown by dnsmasq on my network - `Maximum number of concurrent DNS queries reached (max: 150)` - and so ran a packet capture...

Significantly faster than autotools thanks to Ninja and shorter code. https://github.com/rakshasa/libtorrent/pull/390 was rejected because of speed. This is much faster. Unfortunately, there seems to be an issue where the tests...

``` 2025-06-12T20:47:15.1726875Z TestTrackerList: 2025-06-12T20:47:15.1727068Z TestTrackerList::test_basic : error 2025-06-12T20:47:15.1727226Z 2025-06-12T20:47:15.1727320Z Caught Segmentation fault, dumping stack: ``` It's been happening for a while. No idea why. I think it's related to threading...

``` 16:==9646==ERROR: AddressSanitizer: new-delete-type-mismatch on 0x7c086efe6e80 in thread T0: 78:SUMMARY: AddressSanitizer: new-delete-type-mismatch ../test/net/test_socket_listen.cc:78 in test_socket_listen::test_basic() 186:SUMMARY: AddressSanitizer: 98640 byte(s) leaked in 24 allocation(s). 210:==9642==ERROR: AddressSanitizer: new-delete-type-mismatch on 0x7b82e05ebd70 in thread...

``` ../src/torrent/net/socket_address_key.h:41:3: warning: field within 'torrent::socket_address_key' is less aligned than 'torrent::socket_address_key::(anonymous union at ../src/torrent/net/socket_address_key.h:41:3)' and is usually due to 'torrent::socket_address_key' being packed, which can lead to unaligned accesses [-Wunaligned-access ```...

Hi! I am running 0.15.1 on FreeBSD 14/stable and got messages in logs: ``` Mar 29 00:45:52 firewall kernel: [9615729] sonewconn: pcb 0xfffff801ca667a80 ([::]:8443 (proto 6)): Listen queue overflow: 193...

This shaves 8 bits off an Object (48 -> 40). Some of this is immediately made back up by the overhead of dealing with a full-fledged map instead of a...