https://github.com/dangnh0611/network_programming_winsock2
simple network programming with winsock2
https://github.com/dangnh0611/network_programming_winsock2
c network-programming winsock2
Last synced: 8 months ago
JSON representation
simple network programming with winsock2
- Host: GitHub
- URL: https://github.com/dangnh0611/network_programming_winsock2
- Owner: dangnh0611
- Created: 2019-06-21T17:12:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-04T17:50:46.000Z (about 6 years ago)
- Last Synced: 2025-01-08T01:35:23.356Z (9 months ago)
- Topics: c, network-programming, winsock2
- Language: C++
- Homepage:
- Size: 56.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# network_programming_winsock2
simple network programming with winsock2.
Demonstrate I/O scheduling modes:
- Single thread blocking I/O
- Multi threads blocking I/O
- Exploration technique
- Messages base technique
- Events base technique
- Overlapped I/O
- Completion port I/O