iT邦幫忙

鐵人檔案

第 12 屆 iThome 鐵人賽
回列表
自我挑戰組

Network and Socket implement in c 系列

在本主題中,我希望介紹網絡的基本概念(TCP/IP, UDP etc..),使用C語言來撰寫Socket system call並且嘗試不同的連線方式, 例如 Blocking , Non-blocking, 也會學習到在Linux上的多個System API。

In this topic, I hope to introduce the basic concept of the network(TCP/IP protocol, UDP protocol, etc...) then write relative program use c on the Linux System.

參賽天數 1 天 | 共 1 篇文章 | 0 人訂閱 訂閱系列文 RSS系列文
DAY 1

Day 1 Motivation​

如我們所知 Network programming and architecture 對於 computer science 領域的許多技術都有著深厚的影響 ,...

2020-09-16 ‧ 由 Ian 分享