Swap decl-terms from juberti@ review.

Cr-Commit-Position: refs/heads/master@{#8487}
git-svn-id: http://webrtc.googlecode.com/svn/trunk@8487 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
lally@webrtc.org 2015-02-24 20:19:39 +00:00
parent 3630085df1
commit 348072845a

View File

@ -114,9 +114,9 @@ static const uint8 kIdentityDigest[] = {0x4A, 0xAD, 0xB9, 0xB1,
0x3E, 0x5D, 0x49, 0x6B, 0x3E, 0x5D, 0x49, 0x6B,
0x19, 0xE5, 0x7C, 0xAB}; 0x19, 0xE5, 0x7C, 0xAB};
const static char kDtlsSctp[] = "DTLS/SCTP"; static const char kDtlsSctp[] = "DTLS/SCTP";
const static char kUdpDtlsSctp[] = "UDP/DTLS/SCTP"; static const char kUdpDtlsSctp[] = "UDP/DTLS/SCTP";
const static char kTcpDtlsSctp[] = "TCP/DTLS/SCTP"; static const char kTcpDtlsSctp[] = "TCP/DTLS/SCTP";
struct CodecParams { struct CodecParams {
int max_ptime; int max_ptime;