riemannx v2.2.0 Riemannx.Connections.TCP View Source
Using the TCP connection will only send traffic via TCP, all traffic can be sent via TCP as opposed to UDP where you are limited by packet size, there is however an overhead penalty using purely TCP which is why the combined connection is the recommended default.
Link to this section Summary
Functions
Callback implementation for Riemannx.Connection.get_worker/2
Callback implementation for Riemannx.Connection.query/3
Callback implementation for Riemannx.Connection.release/3
Callback implementation for Riemannx.Connection.send/2
Callback implementation for Riemannx.Connection.send_async/2
Link to this section Functions
Callback implementation for Riemannx.Connection.get_worker/2
.
Callback implementation for Riemannx.Connection.query/3
.
Callback implementation for Riemannx.Connection.release/3
.
Callback implementation for Riemannx.Connection.send/2
.
Callback implementation for Riemannx.Connection.send_async/2
.
start_link(Riemannx.Connection.t()) :: {:ok, pid()}