Changeset 21 for oscpack/trunk/TODO
- Timestamp:
- 09/22/05 13:07:28 (3 years ago)
- Files:
-
- oscpack/trunk/TODO (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
oscpack/trunk/TODO
r5 r21 1 1 TODO: 2 3 - consider adding the local endpoint name to PacketListener::PacketReceived() params 2 4 3 5 - consider adding ListenerThread class to support old seperate thread listener functionality, something like: … … 12 14 void Stop(); 13 15 }; 14 15 16 16 17 17 - provide some kind of automatic endianness configuration (hopefully there … … 49 49 - add a method to discard an inprogress message if it gets half 50 50 constructed and the buffer is full in OutboundPacket 51 52 - write a stress testing app which can send garbage packets to try to flush out other bugs in the parsing code. 53 54 55
