Actions
Bug #2422
closedUdpFactory, TcpFactory, and WebSocketFactory unnecessarily use DNS resolver
Start date:
Due date:
% Done:
100%
Estimated time:
Description
The failure http://jenkins.named-data.net/job/NFD/2259/OS=Ubuntu-12.04-64bit/console results from the fact that this slave does not have IPv6 connectivity and the recent change of resolver behavior (ndn-cxx:commit: 1286e02c158c69785998280788e400856317a5b2) surfaced the problem.
Updated by Alex Afanasyev almost 10 years ago
Similar issue potentially exists with Udp and Tcp faces. I will handle this as part of this issue.
Updated by Alex Afanasyev almost 10 years ago
- Subject changed from WebSocket factory unnecessarily uses DNS resolver to UdpFactory, TcpFactory, and WebSocketFactory unnecessarily use DNS resolver
- Description updated (diff)
Updated by Alex Afanasyev almost 10 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
Updated by Junxiao Shi almost 10 years ago
- Status changed from Code review to Closed
Updated by Davide Pesavento over 9 years ago
Alex noticed that tests/daemon/face/tcp.t.cpp
still uses DNS, and requested this issue to be reopened.
Updated by Alex Afanasyev over 9 years ago
- Status changed from Closed to New
- Assignee changed from Alex Afanasyev to Davide Pesavento
Updated by Davide Pesavento over 9 years ago
- Status changed from New to Code review
Updated by Davide Pesavento over 9 years ago
- Status changed from Code review to Closed
Actions