Questions
/
서버 프로그래밍에서 getaddressinfo 함수를 호출했을 때 연결 리스트 형태의 자료구조가 의미 있어지는 순간은 언제인가?
Search
Share
❓
서버 프로그래밍에서 getaddressinfo 함수를 호출했을 때 연결 리스트 형태의 자료구조가 의미 있어지는 순간은 언제인가?
상태
해결되지 않은 궁금증
생성일
2023/02/14 11:50
관련태그
1 more property
질문을 구체화할 수 있는 메모들
1.
There are several reasons why the linked list may have more than one addrinfo structure, including: the network host is multihomed, accessible over multiple protocols (e.g., both AF_INET and AF_INET6); or the same service is available from multiple socket types (one SOCK_STREAM address and another SOCK_DGRAM address, for example). So, basically the host could have multiple ways to contact it, and getaddrinfo is listing all (known) ways.
질문을 해소하기 위해 해소해야 하는 질문들
1.
None
질문과 관련한 답을 작성한 글들
1.