Actions
Task #1279
closedUnified hostname resolution for IP channels
Start date:
Due date:
% Done:
100%
Estimated time:
3.00 h
Description
Implement hostname resolution routines to be shared between TcpChannel and UdpChannel.
- The routine takes a FaceMgmt URI with scheme name { tcp, tcp4, tcp6, udp, udp4, udp6 }.
- If the URI is valid, resolve hostname into IP addresses.
- Pick one IP address. There's no requirement on round-robin. If scheme name is tcp4 or udp4, allow IPv4 only. If scheme name is tcp6 or udp6, allow IPv6 only. Otherwise, allow both IPv4 and IPv6.
Updated by Alex Afanasyev over 10 years ago
- Status changed from New to In Progress
- Assignee set to Alex Afanasyev
Updated by Junxiao Shi over 10 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
I467ed9f49a55392e89417aa9925f30b2d7cbeda9
Actions