Skip to content

Commit 557186f

Browse files
author
yngrtc
committed
fix RTCP ssr typo
1 parent ae93e81 commit 557186f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

rtcp/src/extended_report/ssr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ impl From<u8> for TTLorHopLimitType {
7272
fn from(v: u8) -> Self {
7373
match v {
7474
1 => TTLorHopLimitType::IPv4,
75-
2 => TTLorHopLimitType::IPv4,
75+
2 => TTLorHopLimitType::IPv6,
7676
_ => TTLorHopLimitType::Missing,
7777
}
7878
}

webrtc/src/peer_connection/peer_connection_test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ async fn test_set_get_configuration() {
437437
"Initial ICE Candidate Pool Size: {:?}",
438438
config_before.ice_candidate_pool_size
439439
);
440-
println!("");
441440

442441
// create new configuration
443442
let new_config = RTCConfiguration {

0 commit comments

Comments
 (0)