# Functions
NewSocket returns a new Socket.
RoleToString returns 'Master' if isMaster os true, else returns 'Slave'.
# Constants
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
Version is memif protocols version as uint16 (M-Major m-minor: MMMMMMMMmmmmmmmm).
VersionMajor is memif protocols major version.
VersionMinor is memif protocols minor version.
# Structs
Arguments represent interface configuration.
Interface represents memif network interface.
MemoryConfig represents shared memory configuration.
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
Queue represents rx or tx queue.
Socket represents a UNIX domain socket used for communication between memif peers.
# Type aliases
ConnectedFunc is a callback called when an interface is connected.
DisconnectedFunc is a callback called when an interface is disconnected.