aboutsummaryrefslogtreecommitdiff
path: root/TODO.ipv6
diff options
context:
space:
mode:
authorJuanJo Ciarlante <jjo@google.com>2009-10-20 22:38:50 +0200
committerJuanJo Ciarlante <juanjosec@gmail.com>2011-03-25 13:30:30 +0100
commit1ad6fc2976c6e5eedb248769e4b1f48e33c75346 (patch)
tree02e7f478e1e6d11639f52ef78f6547155a568cd1 /TODO.ipv6
parent* openbsd: no IFF_MULTICAST, #ifdef around it (diff)
downloadopenvpn-1ad6fc2976c6e5eedb248769e4b1f48e33c75346.tar.xz
* no new funcionality, just small cleanups:
- cmdline options help: add tcp6/udp6 missing messages - win32: expand usage of proto_is_udp(), proto_is_tcp() - replace some memset(&obj, 0, sizeof obj) by openvpn's CLEAR(obj)
Diffstat (limited to '')
-rw-r--r--TODO.ipv64
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO.ipv6 b/TODO.ipv6
index dbf539e..565cbf6 100644
--- a/TODO.ipv6
+++ b/TODO.ipv6
@@ -1,3 +1,5 @@
+[ Last updated: 20-Oct-2009. ]
+
* All platforms:
o mgmt console: as currently passes straight in_addr_t bits around
@@ -5,6 +7,8 @@
use ipv4/6 if DNS returns A/AAAA without specifying protocol.
Hard: requires deep changes in initialization/calling logic
+ o use AI_PASSIVE
+
o the getaddr()/getaddr6() interface is not prepared for handling socktype
"tagging", currently I abuse the sockflags bits for getting the ai_socktype
downstream.