Sets or gets custom data on the peer.
A better way to attach custom data to a peer is to inherit from the ENetPeer class and add all extra properties that you need. Use the CreateCustomPeer events to let the ENetClient or Server create a class of your inherited type instead of the base type.