forked from axsh/racket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTODO
23 lines (15 loc) · 725 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Id$
Stuff that needs to get done:
* Support "packet math" more cleanly. packet = l2 + l3 + l4. (yes, this
works, but is contrary to how pack is used
* Implement inter-layer knowledge, so that, for example, you can build a UDP
datagram and it will know that IPv4 is typically its parent and that the
checksum can automatically pull in the parent source and destination IP
addresses
* SCTP checksum
* Better error handling, argument raising and checking
* Better versioning system for gems
* Better generic support for dynamic/optional fields
* Update all examples so that they use the files relative to their directory if
the gem is not installed so that users do not have to install the gem to try
the examples