Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 224 Bytes

网络编程.md

File metadata and controls

10 lines (9 loc) · 224 Bytes

网络编程

Unix/Linux网络编程常用的头文件有:

  • arpa/inet.h
  • netinet/in.h
  • sys/socket.h
  • netdb.h
    • hostent(结构体)表示主机
    • servent(结构体)表示服务数据库的登记项信息