Network programming -- connection oriented server and client programming
reference resources
TCP/IP network programming Yin Shengyu
Preparation of connection oriented server and client
Understanding TCP and UDP
According to different data transmission modes, sockets based on network protocol are generally divided into TCP sockets and UDP sockets. Because TCP socket is connection oriented, it is also called strea ...
Posted on Sat, 25 Sep 2021 05:37:22 -0400 by tyrnt