# Functions
ChanToWriter dumps all content from a given chan to a writer until the chan is closed.
DomainAddress creates an Address with given domain and port.
IPAddress creates an Address with given IP and port.
NewPacket creates a new Packet with given destination and payload.
NewTCPDestination creates a TCP destination with given address.
No description provided by the author
NewUDPDestination creates a UDP destination with given address.
ReadAllBytes reads all bytes required from reader, if no error happens.
ReaderToChan dumps all content from a given reader to a chan by constantly reading it until EOF.
ReadFrom reads from a reader and put all content to a buffer.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Address represents a network address to be communicated with.
Destination represents a network destination including address and protocol (tcp / udp).
No description provided by the author
Packet is a network packet to be sent to destination.
No description provided by the author
# Type aliases
No description provided by the author