Skip to content

Commit 3d64613

Browse files
committed
doc: Update CHANGES.md for UdpServer::Rx trace change
1 parent 4aef017 commit 3d64613

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ This file is a best-effort approach to solving this issue; we will do our best b
2121
### Changes to existing API
2222

2323
* 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
27+
the `SinkApplication::RxWithoutAddress` trace.
2428

2529
### Changes to build system
2630

0 commit comments

Comments
 (0)