Expand description
Protocol definitions for the KVP (Key-Value Pair) protocol.
Structs§
- The address family of a network protocol, for specifying the scope of a request.
- IP address information, in UTF-16 string form.
- The origin of an IP address.
- An IPv4 address, encoded as four octets in network byte order.
- An IPv6 address, encoded as sixteen segments in network byte order.
- IP address information, in binary form.
- The header for KVP messages.
- A get, set, enumerate, or delete message.
- The operation to perform.
- The pool to use for a value.
- A message to delete a key-value pair.
- A message to enumerate key-value pairs.
- A message to get or set a key-value pair.
- A message for exchanging IP address information in string format.
- A message for exchanging IP address information in binary format.
- A value request or response.
- The type of the value.
Constants§
- Version 3.0.
- Version 4.0.
- Version 5.0.
- The maximum key size, in bytes.
- The maximum value size, in bytes.