View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005528 | GNUnet | transport service | public | 2019-01-28 19:19 | 2024-05-03 13:59 |
Reporter | Christian Grothoff | Assigned To | t3sserakt | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Platform | i7 | OS | Debian GNU/Linux | OS Version | squeeze |
Product Version | Git master | ||||
Target Version | 0.13.1 | Fixed in Version | 0.13.1 | ||
Summary | 0005528: TCP *communicator* bindto option should support DNS names | ||||
Description | Right now, only numeric IPv4/IPv6 addresses are allowed. Note that this might be a tad tricky, as DNS names can yield multiple IPs. But we should at least support just resolving a name to the first DNS response. | ||||
Tags | No tags attached. | ||||
child of | 0005710 | confirmed | TNG meta issue |
|
The change to resolve DNS names is done, but there is some strange behavior. To test the resolving I added entries to /etc/hosts. First it looks like there are problems, when we resolve to a ipv6 address. But now it looks like I only have the problem when using localhost as name to be resolved, even when localhost is not in my /etc/hosts and localhost will be resolved from whatever source. |
|
We have 'localhost' hard-coded in src/util/, that's expected. We need that as 'localhost' may need to be resolved to resolve the name of the GNUnet service for name resolution ;-). |
|
Fixed with commit 726ac3ef2 |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-01-28 19:19 | Christian Grothoff | New Issue | |
2019-01-28 19:19 | Christian Grothoff | Status | new => assigned |
2019-01-28 19:19 | Christian Grothoff | Assigned To | => Matthias Wachs |
2019-01-28 19:20 | Christian Grothoff | Assigned To | Matthias Wachs => |
2019-01-28 19:20 | Christian Grothoff | Status | assigned => confirmed |
2019-02-12 09:07 | Christian Grothoff | Target Version | => 0.12.0 |
2019-05-02 14:41 | Christian Grothoff | Relationship added | child of 0005710 |
2019-11-16 18:41 | Christian Grothoff | Target Version | 0.12.0 => 0.13.0 |
2020-04-03 19:35 | t3sserakt | Assigned To | => t3sserakt |
2020-04-03 19:35 | t3sserakt | Status | confirmed => assigned |
2020-04-22 17:22 | schanzen | Target Version | 0.13.0 => 0.14.0 |
2020-05-07 08:19 | t3sserakt | Note Added: 0015867 | |
2020-05-07 09:42 | Christian Grothoff | Note Added: 0015868 | |
2020-06-01 00:49 |
|
Issue cloned: 0006295 | |
2020-06-12 13:01 | t3sserakt | Status | assigned => resolved |
2020-06-12 13:01 | t3sserakt | Resolution | open => fixed |
2020-06-12 13:01 | t3sserakt | Fixed in Version | => Git master |
2020-06-12 13:01 | t3sserakt | Note Added: 0016263 | |
2020-06-21 22:20 | schanzen | Fixed in Version | Git master => 0.13.0 |
2020-07-09 08:22 | schanzen | Fixed in Version | 0.13.0 => 0.13.1 |
2020-07-09 08:22 | schanzen | Target Version | 0.14.0 => 0.13.1 |
2020-07-28 08:49 | schanzen | Status | resolved => closed |
2024-05-03 13:59 | Christian Grothoff | Category | TCP transport => transport service |