TODO update

This commit is contained in:
Tony Garnock-Jones 2012-02-22 11:33:48 -05:00
parent af941dc8d1
commit ab03a26026
1 changed files with 14 additions and 0 deletions

14
TODO
View File

@ -14,3 +14,17 @@ and negative), and interfacing to ad-hoc sources and sinks.
- is timeout really primitive? If so, isn't presence primitive?
- what about metatimeout?
- enforce user-mode restrictions
### Abstract out UDP socket creation
### Things to consider doing to os-big-bang.rkt
- add contracts on structs used as message types e.g. to catch such
as #(192 203 230 10) being used instead of (udp-address
"192.203.230.10" 53).
- some kind of join-ish construct to make e.g. cname-expansion
prettier
- have a "terminate" kind of transition for unspawning the
transitioning process