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