File Details
LibP2PDB-7.zip
- R
- Mar 8, 2026
- 47.70 KB
- 12
- 11.2.7+5
- Retail + 3
File Name
LibP2PDB-7.zip
Supported Versions
- 11.2.7
- 5.5.3
- 4.4.2
- 3.4.5
- 2.5.5
- 1.15.8
Added
- Add new function
GetPeerInfoto retrieve info about a single peer - Add new function
RegisterTableChangeandUnregisterTableChange, used to register to table change event, and support specifying an owner so they can be registered multiple times, and easier to unregister - Functions
SubscribeandUnsubscribeare now deprecated, replace with the newRegisterTableChangeandUnregisterTableChangefunctions
Fixed
- Improve the fingerprint hash to be more resilient, now use FNV1a32
- Small optimization to avoid copying row data more than once
- Add a few missing tests to improve stability across releases