This flashcard is just one of a free flashcard set. See all flashcards!
66
Wie ist ein Socket implementiert?
int socket(int protocolFamily, int type, int protocol)
* legt einen socket() an
o protocolFamily: PF_INET, PF_UNIX, PF_PACKET
o type: SOCK_STREAM, SOCK_DGRAM
o protocol: e.g. IPPROTO_TCP
* legt einen socket() an
o protocolFamily: PF_INET, PF_UNIX, PF_PACKET
o type: SOCK_STREAM, SOCK_DGRAM
o protocol: e.g. IPPROTO_TCP