You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,10 @@ This file is a best-effort approach to solving this issue; we will do our best b
21
21
### Changes to existing API
22
22
23
23
* Address type 0 was previously used as a wildcard. Type 0 is now disallowd for any practical use. In order to create an Address from raw bytes, you must now set the Address type beforehand. An example is in ArpHeader::Deserialize.
24
+
* (applications) The trace source `UdpServer::Rx` has a changed trace signature as a result of the
25
+
move of this trace to the `SinkApplication` class. Client code using this trace can either update
26
+
to the new `Rx` trace signature or instead use the same trace sink function or method with the
0 commit comments