hazelcast / hazelcast/hazelcast-cpp-client
Elimination of getaddrinfo in Socket class
Open
Priority: Low
Type: Enhancement
- Dominant language
- C++
- Stars
- 91
- Forks
- 54
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 5
Description
getaddrinfo, freeaddrinfo does name lookup, may cause problems in some closed networks, it may perform dns lookups and it somehow seems to use a lock which sometimes created problems. It may be possible to eliminate this since we already have the host name/ip and port.
Contributor guide
Assessment
This issue has not been assessed yet.