Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Transports

A Dynomite node moves bytes over two transports. Both support IPv4 and IPv6, and both are available on the client plane, the peer (DNODE) plane, and the dyniak Riak listeners.

  • TCP -- the historical default, always available.
  • QUIC -- available when the engine is built with the quic Cargo feature.

The transport is transport-agnostic above the byte layer: the same connection state machines and protocol parsers run regardless of which transport carries the bytes. Only the socket plumbing differs.