Implementation of the Peer-to-Peer protocol over datagram channel. More...
Classes | |
class | CallContext |
CallContext deals with all the packets that are part of a specific call. More... | |
class | DatagramChannel |
Binds the UDP port. More... | |
class | ProtocolDataUnit |
Represents a Protocol Data Unit (PDU). More... | |
class | RemotePeer |
Encapsulates the link between the UDP channel and a CallContext. More... | |
class | VoicePDU |
VoicePDU - The PDU that carries voice payload. More... | |
class | VoicePDUSender |
Takes captured audio and sends it to the remote peer via UDP channel. More... |
Implementation of the Peer-to-Peer protocol over datagram channel.