equal
deleted
inserted
replaced
18 - Change obsolete references to Parameter to Attribute in helpers; |
18 - Change obsolete references to Parameter to Attribute in helpers; |
19 - Split simulator into interface and implementation pieces, make |
19 - Split simulator into interface and implementation pieces, make |
20 implementation a replaceable component via the |
20 implementation a replaceable component via the |
21 "SimulatorImplementationType" global value. |
21 "SimulatorImplementationType" global value. |
22 Hint: try ./waf --run "udp-echo --PrintGlobals" |
22 Hint: try ./waf --run "udp-echo --PrintGlobals" |
|
23 - Added multithreaded and real-time simulator implementation; |
23 - implement Packet::PeekHeader and Packet::PeekTrailer to avoid evil workarounds when receiving tcp packets. |
24 - implement Packet::PeekHeader and Packet::PeekTrailer to avoid evil workarounds when receiving tcp packets. |
24 |
25 |
25 Bugs fixed |
26 Bugs fixed |
26 ---------- |
27 ---------- |
27 - add optional support for TCP and UDP checksum (bug 236) |
28 - add optional support for TCP and UDP checksum (bug 236) |