2006-06-25 13:02:51 +00: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 17:22:31 +00:00
|
|
|
- Fragment downstream packets if 512 byte limit present
|
|
|
|
|
|
|
|
- Implement sliding window
|
|
|
|
|
|
|
|
- Use better encoding if dns servers preserve case
|
2006-08-13 19:18:35 +00:00
|
|
|
|
|
|
|
- Port to more platforms (Solaris? Windows?)
|
|
|
|
|
|
|
|
- More/better documentation (as always)
|
|
|
|
|
2007-01-28 05:10:19 +00:00
|
|
|
- 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.
|