Package protocol

Implementation of the Peer-to-Peer protocol over datagram channel

See:
          Description

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

Package protocol Description

Implementation of the Peer-to-Peer protocol over datagram channel