# Functions

ChannelRestartConfig sets the configuration options for automatically restarting push and pull channels.
NewDataTransfer initializes a new instance of a data transfer manager.

# Constants

ManagerPeerCreatePull is the type of a channel wherein the manager peer created a Pull Data Transfer.
ManagerPeerCreatePush is the type of a channel wherein the manager peer created a Push Data Transfer.
ManagerPeerReceivePull is the type of a channel wherein the manager peer received a Pull Data Transfer Request.
ManagerPeerReceivePush is the type of a channel wherein the manager peer received a Push Data Transfer Request.

# Type aliases

ChannelDataTransferType identifies the type of a data transfer channel for the purposes of a restart.
DataTransferOption configures the data transfer manager.