ex_wire v0.1.1 ExWire.Handler.Pong

Module to handle a response to a Pong message, which is to do nothing.

Link to this section Summary

Functions

Handler for a Pong message

Link to this section Functions

Handler for a Pong message.

Examples

iex> ExWire.Handler.Pong.handle(%ExWire.Handler.Params{
...>   remote_host: %ExWire.Struct.Endpoint{ip: [1,2,3,4], udp_port: 55},
...>   signature: 2,
...>   recovery_id: 3,
...>   hash: <<5>>,
...>   data: [[<<1,2,3,4>>, <<>>, <<5>>], <<2>>, 3] |> ExRLP.encode(),
...>   timestamp: 123,
...> })
:no_response