diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-12-18 07:36:31 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-12-18 07:36:31 +0100 |
commit | 28e8a15dd1092cee6938e0c12c1763737612a08f (patch) | |
tree | e428beae9a473f48b0f6a8eecde7f967dd70ceb3 | |
parent | 605227ee99846471196e222c6c25cafbe0a64232 (diff) |
update todos
-rw-r--r-- | src/nat/gnunet-service-nat.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nat/gnunet-service-nat.c b/src/nat/gnunet-service-nat.c index 29df271088..af40174022 100644 --- a/src/nat/gnunet-service-nat.c +++ b/src/nat/gnunet-service-nat.c @@ -28,8 +28,9 @@ * knowledge about the local network topology. * * TODO: - * - implement UPnPC/PMP-based NAT traversal - * - implement autoconfig + * - TEST UPnPC/PMP-based NAT traversal + * - implement STUN processing to classify NAT + * - implement "more" autoconfig * - implement NEW logic for external IP detection */ #include "platform.h" |