diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:45:46 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:45:46 -0400 |
commit | d0ac68ea568cc56c2ba10f6f6ac9a61ba5e36e52 (patch) | |
tree | f2e846160a2c9481817bf027c1a81d67151949df /libraries/libsrtp/README | |
parent | ab8fe9477b0c91d2e2875867fb2d4588315055ca (diff) |
libraries/libsrtp: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/libsrtp/README')
-rw-r--r-- | libraries/libsrtp/README | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/libraries/libsrtp/README b/libraries/libsrtp/README index f39ecd52d5367..b2717cbf149c7 100644 --- a/libraries/libsrtp/README +++ b/libraries/libsrtp/README @@ -1,8 +1,9 @@ -libSRTP is the Open Source Secure RTP library from Cisco Systems, Inc. RTP is -the Real-time Transport Protocol, an IETF standard for the transport of -real-time data such as telephony, audio, and video, defined by RFC 3550. -Secure RTP (SRTP) is an RTP profile for providing confidentiality to RTP data -and authentication to the RTP header and payload. SRTP is an IETF Standard, -defined in RFC 3711, and was developed in the IETF Audio/Video Transport (AVT) -Working Group. This library supports all of the mandatory features of SRTP, +libSRTP is the Open Source Secure RTP library from Cisco Systems, +Inc. RTP is the Real-time Transport Protocol, an IETF standard +for the transport of real-time data such as telephony, audio, and +video, defined by RFC 3550. Secure RTP (SRTP) is an RTP profile for +providing confidentiality to RTP data and authentication to the RTP +header and payload. SRTP is an IETF Standard, defined in RFC 3711, +and was developed in the IETF Audio/Video Transport (AVT) Working +Group. This library supports all of the mandatory features of SRTP, but not all of the optional features. |