File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ mod sdp_tests {
298298
299299 #[ test]
300300 fn test_fingerprint ( ) {
301- let sdp = "v=0\r \n o=- 0 0 IN IP6 ::1\r \n s=-\r \n c=IN IP6 ::1\r \n t=0 0\r \n a=ice-lite\r \n m=application 61885 UDP/DTLS/SCTP webrtc-datachannel\r \n a=mid:0\r \n a=setup:passive\r \n a=ice-ufrag:libp2p+webrtc+v1/YwapWySn6fE6L9i47PhlB6X4gzNXcgFs\r \n a=ice-pwd:libp2p+webrtc+v1/YwapWySn6fE6L9i47PhlB6X4gzNXcgFs\r \n a=fingerprint:sha-256 A8:17:77:1E:02:7E:D1:2B:53:92:70:A6:8E:F9:02:CC:21:72:3A:92:5D:F4:97:5F:27:C4:5E:75:D4:F4:31:89\r \n a=sctp-port:5000\r \n a=max-message-size:16384 \r \n a=candidate:1467250027 1 UDP 1467250027 ::1 61885 typ host\r \n " ;
301+ let sdp = "v=0\r \n o=- 0 0 IN IP6 ::1\r \n s=-\r \n c=IN IP6 ::1\r \n t=0 0\r \n a=ice-lite\r \n m=application 61885 UDP/DTLS/SCTP webrtc-datachannel\r \n a=mid:0\r \n a=setup:passive\r \n a=ice-ufrag:libp2p+webrtc+v1/YwapWySn6fE6L9i47PhlB6X4gzNXcgFs\r \n a=ice-pwd:libp2p+webrtc+v1/YwapWySn6fE6L9i47PhlB6X4gzNXcgFs\r \n a=fingerprint:sha-256 A8:17:77:1E:02:7E:D1:2B:53:92:70:A6:8E:F9:02:CC:21:72:3A:92:5D:F4:97:5F:27:C4:5E:75:D4:F4:31:89\r \n a=sctp-port:5000\r \n a=max-message-size:262144 \r \n a=candidate:1467250027 1 UDP 1467250027 ::1 61885 typ host\r \n " ;
302302
303303 let fingerprint = parse_fingerprint ( sdp) . unwrap ( ) ;
304304
Original file line number Diff line number Diff line change @@ -140,5 +140,5 @@ a=ice-pwd:{pwd}
140140a=fingerprint:{fingerprint_algorithm} {fingerprint_value}
141141a=setup:actpass
142142a=sctp-port:5000
143- a=max-message-size:16384
143+ a=max-message-size:262144
144144" ;
You can’t perform that action at this time.
0 commit comments