View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000850 | LDMud 3.5 | Networking | public | 2016-10-11 16:54 | 2017-10-04 19:24 |
Reporter | zesstra | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | new | Resolution | open | ||
Target Version | 3.5.1 | ||||
Summary | 0000850: built-in support for address/name resolution | ||||
Description | Adress/name resolution facilities are a fundamental feature of network nodes, and its getting even more important with IPv6. The usual recommendation in various RfC is to store names, not addresses and to not design protocols to rely on IP addresses. I think, that the driver should offer built-in facilities instead of only an ERQ-based approach. This feature should also offer an asynchronous lookup with callback. | ||||
Tags | No tags attached. | ||||
|
Ideas to check: getaddrinfo_a() on systems with glibc http://www.corpit.ru/mjt/udns/udns.3.html https://c-ares.haxx.se/ |