Login
From:
Binary Debt
(Uncensored)
subscribe
Typical classification of sockets – Binary Debt
https://binarydebt.wordpress.com/2017/10/23/typical-classification-of-sockets/
links
backlinks
Tagged with:
linux
networking
classification
socket
Roast topics
Find topics
Find it!
Typically, sockets are classified along two orthogonal dimensions: domain and type. This is reflected in the system call used to create a socket int socket(int domain, int type, int protocol) In ty…