View Source Wireguardex.PeerInfo (Wireguardex v0.3.3)

PeerInfo represents all of the available information of a peer.

This struct is a simple pair of a peer's configuration and stats.

  • config The configuration belonging to this peer.
  • stats The current statistics of this peer.

Link to this section Summary

Link to this section Types

@type t() :: %Wireguardex.PeerInfo{config: term(), stats: term()}