View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002151 | GNUnet | NAT traversal library | public | 2012-02-19 19:11 | 2012-02-21 22:37 |
| Reporter | LRN | Assigned To | Christian Grothoff | ||
| Priority | low | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | no change required | ||
| Product Version | Git master | ||||
| Target Version | 0.9.2 | Fixed in Version | 0.9.0 | ||
| Summary | 0002151: Schedule resolve_dns() in nat.c to run more than once | ||||
| Description | If 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. | ||||
| Tags | No tags attached. | ||||
|
|
This is already implemented. See line nat.c:580: h->dns_task = GNUNET_SCHEDULER_add_delayed (h->dyndns_frequency, &resolve_dns, h); |
| 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 |