Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for Getaddrinfo 3 found (6 total)

alternate case: getaddrinfo

Select (Unix) (650 words) [view diff] exact match in snippet view article

ai_protocol = IPPROTO_TCP; hints.ai_flags = AI_PASSIVE; if (0 != (error = getaddrinfo(NULL, PORT, &hints, &res0))) errx(EXIT_FAILURE, "%s", gai_strerror(error));
Happy Eyeballs (438 words) [view diff] exact match in snippet view article find links to article
RFC 8305. Proposed Standard. Obsoletes RFC 6555. Stenberg, Daniel. "getaddrinfo with round robin DNS and happy eyeballs". daniel.haxx.se. Retrieved 2012-01-15
Round-robin DNS (763 words) [view diff] exact match in snippet view article find links to article
Computer Networks. 43 (6): 695–711. doi:10.1016/S1389-1286(03)00293-7. "getaddrinfo with round robin DNS and happy eyeballs". 3 January 2012. Draves, R.;