Linux 服务器编程
Ctrlk
  • Introduction
  • First Chapter
  • 文件I/O
  • I/O模型
  • TCP / IP
  • Socket
    • 基础
    • TCP客户端/服务器模型
    • Socket 相关函数
      • 使用socket()函数创建套接字
      • 使用bind()和connect()函数
      • 使用listen()和accept()函数
      • 使用read()和write()函数
    • 回射客户端/客户端的实现
    • 附录*资料
  • 附录*Linux常见信号
  • 多进程编程
  • 附录*资料
  • 五种I/O模型
Powered by GitBook
On this page

Was this helpful?

  1. Socket

Socket 相关函数

使用socket()函数创建套接字使用bind()和connect()函数使用listen()和accept()函数使用read()和write()函数
PreviousTCP客户端/服务器模型Next使用socket()函数创建套接字

Last updated 6 years ago

Was this helpful?