2 مستودعات
Technical documentation for using standardized socket system calls for network communication.
Distinct from POSIX Interfaces: Specifically targets the socket subset of POSIX interfaces for network binding, listening, and data exchange.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Socket API References. Refine with filters or upvote what's useful.
TCP-IP-NetworkNote is a comprehensive technical reference and guide for implementing network communication using TCP and UDP sockets in C and C++. It provides a detailed manual for using the POSIX socket API and covers the implementation of network protocols, synchronous and asynchronous I/O patterns, and concurrent programming models. The project is distinguished by its focus on cross-platform networking, offering a detailed comparison of socket implementation details and adaptation utilities between Linux and Windows Winsock environments. It specifically addresses the differences in header
Provides technical notes on using standard POSIX system calls for binding, listening, and exchanging network data.
This project serves as a comprehensive tutorial and technical resource for developing network applications in the C programming language. It focuses on the practical application of the Berkeley socket interface, guiding users through the implementation of low-level network protocols and the management of data transmission across both connection-oriented and connectionless streams. The material distinguishes itself by covering the full lifecycle of network communication, from initializing system-level protocol stacks and resolving domain names to managing complex connection behaviors. It provi
Provides practical examples for managing connection lifecycles, data streams, and packet transmission using socket system calls.