Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add experimental ipv6 option #221

Merged
merged 1 commit into from
Mar 10, 2015
Merged

Conversation

metalefty
Copy link
Member

See also #30.

Just removed redundunt non-ipv6 codes in g_tcp_connect but I'm not sure around line 715.
Thanks in advance.

#if !defined(NO_ARPA_INET_H_IP6)
#else
  p.ai_flags = AI_ADDRCONFIG;
  p.ai_family = AF_INET;
  res = getaddrinfo(address, port, &p, &h);
#endif

jsorg71 added a commit that referenced this pull request Mar 10, 2015
@jsorg71 jsorg71 merged commit b12c2d7 into neutrinolabs:devel Mar 10, 2015
@metalefty metalefty deleted the add-ipv6-option branch March 13, 2015 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants