w

 

https://en.wikipedia.org/wiki/Unix_file_types

A socket is a special file used for inter-process communication. These allow communication between two processes. In addition to sending data, processes can send file descriptors across a Unix domain socket connection using the sendmsg() and recvmsg() system

相关文章:

  • 2021-08-02
  • 2021-04-11
  • 2021-08-05
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
  • 2021-06-07
猜你喜欢
  • 2021-10-05
  • 2021-12-12
  • 2021-08-06
  • 2021-10-28
  • 2021-10-20
  • 2021-11-09
  • 2022-01-24
相关资源
相似解决方案