View Issue Details

IDProjectCategoryView StatusLast Update
0002151GNUnetNAT traversal librarypublic2012-02-21 22:37
ReporterLRN Assigned ToChristian Grothoff  
PrioritylowSeverityminorReproducibilityN/A
Status closedResolutionno change required 
Product VersionGit master 
Target Version0.9.2Fixed in Version0.9.0 
Summary0002151: Schedule resolve_dns() in nat.c to run more than once
DescriptionIf EXTERNAL_ADDRESS config value is a dyndns hostname, we have to re-resolve it every once in a while to get new external address, if it was changed. At the moment it is only resolved as a result of a GNUNET_NAT_register() call.
TagsNo tags attached.

Activities

Christian Grothoff

2012-02-21 22:37

manager   ~0005487

This is already implemented. See line nat.c:580:

    h->dns_task =
        GNUNET_SCHEDULER_add_delayed (h->dyndns_frequency, &resolve_dns, h);

Issue History

Date Modified Username Field Change
2012-02-19 19:11 LRN New Issue
2012-02-20 18:41 Christian Grothoff Assigned To => Christian Grothoff
2012-02-20 18:41 Christian Grothoff Status new => assigned
2012-02-21 21:52 Christian Grothoff Product Version => Git master
2012-02-21 21:52 Christian Grothoff Target Version => 0.9.2
2012-02-21 22:37 Christian Grothoff Note Added: 0005487
2012-02-21 22:37 Christian Grothoff Status assigned => closed
2012-02-21 22:37 Christian Grothoff Resolution open => no change required
2012-02-21 22:37 Christian Grothoff Fixed in Version => 0.9.0