hazelcast / hazelcast/hazelcast-cpp-client

Elimination of getaddrinfo in Socket class

Open
#58 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.