Skip to content

Commit ab70b00

Browse files
committed
Rename ccfb package to rtpfb
1 parent 55770bc commit ab70b00

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

pkg/ccfb/ccfb_receiver.go renamed to pkg/rtpfb/ccfb_receiver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-FileCopyrightText: 2025 The Pion community <https://pion.ly>
22
// SPDX-License-Identifier: MIT
33

4-
package ccfb
4+
package rtpfb
55

66
import (
77
"time"

pkg/ccfb/ccfb_receiver_test.go renamed to pkg/rtpfb/ccfb_receiver_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-FileCopyrightText: 2025 The Pion community <https://pion.ly>
22
// SPDX-License-Identifier: MIT
33

4-
package ccfb
4+
package rtpfb
55

66
import (
77
"fmt"

pkg/ccfb/history.go renamed to pkg/rtpfb/history.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-FileCopyrightText: 2025 The Pion community <https://pion.ly>
22
// SPDX-License-Identifier: MIT
33

4-
package ccfb
4+
package rtpfb
55

66
import (
77
"container/list"

pkg/ccfb/history_test.go renamed to pkg/rtpfb/history_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-FileCopyrightText: 2025 The Pion community <https://pion.ly>
22
// SPDX-License-Identifier: MIT
33

4-
package ccfb
4+
package rtpfb
55

66
import (
77
"fmt"

pkg/ccfb/interceptor.go renamed to pkg/rtpfb/interceptor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-License-Identifier: MIT
33

44
// Package ccfb implements feedback aggregation for CCFB and TWCC packets.
5-
package ccfb
5+
package rtpfb
66

77
import (
88
"sync"

pkg/ccfb/interceptor_test.go renamed to pkg/rtpfb/interceptor_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-FileCopyrightText: 2025 The Pion community <https://pion.ly>
22
// SPDX-License-Identifier: MIT
33

4-
package ccfb
4+
package rtpfb
55

66
import (
77
"fmt"

pkg/ccfb/twcc_receiver.go renamed to pkg/rtpfb/twcc_receiver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-FileCopyrightText: 2025 The Pion community <https://pion.ly>
22
// SPDX-License-Identifier: MIT
33

4-
package ccfb
4+
package rtpfb
55

66
import (
77
"time"

pkg/ccfb/twcc_receiver_test.go renamed to pkg/rtpfb/twcc_receiver_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-FileCopyrightText: 2025 The Pion community <https://pion.ly>
22
// SPDX-License-Identifier: MIT
33

4-
package ccfb
4+
package rtpfb
55

66
import (
77
"fmt"

0 commit comments

Comments
 (0)