#pragma once /** * protobuf stuff for Message and Peer * This is used for the KAD / DHT stuff */ struct Libp2pPeer { char* id; size_t id_size; };