udp: socket --> bind --> sendto/recvfrom --> close

tcp(client): socket --> conect() --> send/recv --> close

tcp(server): socket --> bind() --> listen --> accep() --> recv/send --> close

相关文章:

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