RELEASE_NOTES
changeset 3593 dfd634417b8d
parent 3480 a920df6b9f02
child 3652 f17da31d6081
equal deleted inserted replaced
3592:967bf4132c6f 3593:dfd634417b8d
    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)