Socket_pair: Buffer should be resizable
For now, SRTPProtoContext have the attribute encryptbuf
limited to RTP_MAX_PACKET_LENGTH = 2048;
. This is good for UDP, but not TCP compliant.
For now, SRTPProtoContext have the attribute encryptbuf
limited to RTP_MAX_PACKET_LENGTH = 2048;
. This is good for UDP, but not TCP compliant.
added enhancement label