Bugzilla – Full Text Bug Listing |
Summary: | Add a Tx trace source to UdpEchoClient class | ||
---|---|---|---|
Product: | ns-3 | Reporter: | wilson thong <wilsonwk> |
Component: | applications | Assignee: | ns-bugs <ns-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | mathieu.lacage, tomh |
Priority: | P5 | Keywords: | feature-request, patch |
Version: | ns-3-dev | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://groups.google.com/group/ns-3-users/browse_thread/thread/96d96b91131bfd90# | ||
Attachments: |
Based on changeset 2081e0f6709d
Call Tx trace sinks before packets are sent |
Description
wilson thong
2009-07-15 11:17:33 UTC
Created attachment 530 [details]
Based on changeset 2081e0f6709d
+1; I noticed this trace is missing last week. Created attachment 535 [details]
Call Tx trace sinks before packets are sent
Fixed a bug in the previous patch. Now the Tx trace is called right before calling the udp socket send. In this way, PacketTag added in trace sinks can be sent across networks.
Previous patch placed the Tx trace after calling the udp socket send, thus adding PacketTag in trace sinks have no effect to the packets actually being sent.
since tom acked it, I pushed a slightly-modified version of the patch changeset e56da5fd6697 |