kirill-782

Results 9 issues of kirill-782

libtorrent version (or branch): RC_1_2 platform/architecture: Widnows 10 x64 I think that this is a bit wrong, since torrent trackers work on standard HTTP (80) and HTTPS (443) ports. And...

I reread a lot in the Wiki on the topic of banning the external constructor, but nowhere did I find C ++ code. Can I prevent the creation of an...

api

### qBittorrent & operating system versions qBittorrent: 4.4.3.1 (64 bit) OS: Widnows 10 Qt: 5.15.4 Libtorrent: 1.2.16.0 ### What is the problem? I think that this is a bit wrong,...

Libtorrent

Can I write to skype? I would like to know more about the work of the tunnel

conducted an experiment: wrote a program that, through Garena on TCP, sends packets to it. The packet is 8 bytes (4 headers and length, 4 more is an integer that...

Have this code ``` void CBaseGame :: SendAllActions( ) { bool UsingGProxy = false; uint32_t start = GetTicks( ); for( vector :: iterator i = m_Players.begin( ); i != m_Players.end(...

``defineProperty`` affects previously instantiated classes by overriding a property ```ts interface Test { a: number; } class Test { constructor(a: number) { Object.defineProperty(this, "a", { value: a, }); } }...

bug
scope: lualib

The mdns service needs to add an entry for correct operation, the type of which is not assigned in the specification. There is an `UnknownRecord` class, but the `Type `property...

After the data has been sent to the `push` method with the `Z_SYNC_FLUSH` flag, no data appears in `result`. At the same time, Zlib node js does a good job...