Classes | |
class | ConnectionGraph |
A connection graph. Each peer will know about all other peers. More... | |
class | ConnectionGraph2 |
A one hop connection graph. More... |
Both connection graph plugins have RakNet automatically tell other connected instances of RakNet about new and lost connections
See ID_REMOTE_DISCONNECTION_NOTIFICATION, ID_REMOTE_CONNECTION_LOST, ID_REMOTE_NEW_INCOMING_CONNECTION
ConnectionGraph is deprecated. Use ConnectionGraph2 instead.