View Source Dagger.NetworkProtocol (dagger v0.8.7)

Transport layer network protocol associated to a port.

Link to this section Summary

Functions

TCP (Transmission Control Protocol)

UDP (User Datagram Protocol)

Link to this section Types

@type t() :: :TCP | :UDP

Link to this section Functions

@spec tcp() :: :TCP

TCP (Transmission Control Protocol)

@spec udp() :: :UDP

UDP (User Datagram Protocol)