Skip to content

Releases: cnderrauber/rtcp

extended report

13 Oct 08:19
Compare
Choose a tag to compare
Removing `String()` method from `Packet` interface

Per discussion on Slack, this patch undoes the addition
of a `String()` method on a Packet. Compound packets
now use the new `stringify()` function if a contained
Packet doesn't include a `String()` method.