gitalk icon indicating copy to clipboard operation
gitalk copied to clipboard

使用底层的syscall.Socket实现网络编程

Open utterances-bot opened this issue 2 years ago • 1 comments

使用底层的syscall.Socket实现网络编程

socket 函数是一个系统调用,用于在操作系统内核中创建一个新的网络套接字。套接字是一种在网络上进行通信的抽象对象,通过套接字,应用程序可以使用不同的网络协议进行通信,如 TCP、UDP 等,甚至我们可以实现自定义的协议。

https://colobu.com/2023/04/09/use-syscall-Socket-in-go/

utterances-bot avatar Apr 21 '23 05:04 utterances-bot

沙发

beckbikang avatar Apr 21 '23 05:04 beckbikang