dfinity-side-projects / js-libp2p-gossip-discovery

implements peer discovery using a gossip protocol
GNU General Public License v3.0
23 stars 6 forks source link

the peer packet should be encoded as a varint #8

Closed wanderer closed 6 years ago

wanderer commented 6 years ago

use leb128 to encode the lenght of the peer packet

wanderer commented 6 years ago

done by @mslipper !