iodine/TODO

23 lines
536 B
Plaintext
Raw Normal View History

2006-06-25 16:02:51 +03:00
iodine - IP over DNS is now easy
http://code.kryo.se/iodine
********************************
STUFF TO DO:
- Handle multiple concurrent users on one server
2006-11-23 19:22:31 +02:00
- Fragment downstream packets if 512 byte limit present
- Implement sliding window
- Use better encoding if dns servers preserve case
2006-08-13 22:18:35 +03:00
- Port to more platforms (Solaris? Windows?)
- More/better documentation (as always)
- Modify readname to take the actual size of the buffer to fill, and make sure it adds a '\0' at the end. Then clean up dns.c to match the changes.