Enum MessageType
The type of DHT/KAD message.
Namespace: PeerTalk.Routing
Assembly: PeerTalk.dll
Syntax
public enum MessageType
Fields
| Name | Description |
|---|---|
| AddProvider | Indicate that a peer can provide something. |
| FindNode | Find a peer. |
| GetProviders | Get the providers for something. |
| GetValue | Get a value. |
| Ping | NYI |
| PutValue | Put a value. |