# Functions
OnConnect is called when a memif connection gets established.
OnDisconnect is called when a memif connection is lost.
ReadAndPrintPackets keeps receiving raw packet data from a selected queue and prints them to stdout.
SendPackets keeps sending bursts of 3 raw-data packets every 3 seconds into the selected queue.
# Constants
ConnectionID is an identifier used to match opposite memifs.
NumQueues is the (configured!) number of queues for both Rx & Tx.
Secret used to authenticate the memif connection.
Socket through which the opposite memifs will establish the connection.