LibP2PDB

A lightweight, embeddable library for peer-to-peer distributed-database synchronization in WoW addons.

File Details

LibP2PDB-5.zip

  • R
  • Feb 27, 2026
  • 45.17 KB
  • 9
  • 11.2.7+5
  • Retail + 3

File Name

LibP2PDB-5.zip

Supported Versions

  • 11.2.7
  • 5.5.3
  • 4.4.2
  • 3.4.5
  • 2.5.5
  • 1.15.8

Added

  • Gossip protocol updated to now include an additional step: peers will now exchange a fingerprint, to compare which tables are different, before sending the digest. Now the digest only includes divergent tables, greatly reducing the size of data to send during digest phase.

Fixed

  • Fixed an issue with version peer migration to number
  • Fixed some annotation issues

Changed

  • Cleaned up debug messages

Removed

  • All peer discovery APIs and settings have been removed