diff options
-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" |