Winsock定义了三种类型的套接字:流式套接字(the stream socket)、数据报套接字(the datagram socket)和原始套接字(the raw socket)。
基于6个网页-相关网页
But in this case, the reader of the stream socket gets 200 bytes.
但在本例中,流套接字的读者得到的是200字节。
The output stream of the socket becomes the input stream to the server application and vice-versa.
套接字的输出流将成为服务器应用程序的输入流,反之亦然。
As you can see, the output stream is parameterized: you can send some logs to a file and others to a network socket.
可以看出,输出流是参数化的:您可以把一些日志记录放在文件中,其他的送往网络套接字。
应用推荐