SOCKET STREAM的意思|示意

美 / / 英 / /

套接字流


SOCKET STREAM的网络常见释义

套接字 我的服务器端是一个windows系统服务,所以我的数据都是通过套接字(Socket Stream)来传输的。

套接字流 Note : 底层的套接字流(socket stream)上下文选项 有可能通过 底层传输(underlying transport)支持附加的上下文选项。

SOCKET STREAM相关短语

1、 stream socket 流式套接字 ; 流套接字 ; 流方式 ; 串流通讯端

2、 the stream socket 流式套接字

3、 stream-socket 流套接字

SOCKET STREAM相关例句

But in this case, the reader of the stream socket gets 200 bytes.

但在本例中,流套接字的读者得到的是200字节。

More importantly though, it automatically applies them as necessary beneath a simple stream socket API.

不过更重要的是,在简单流套接字api背后,它会在必要时自动使用它们。

Returns an output stream for this socket.

返回此套接字的输出流。

SOCK_SEQPACKET socket is just like a SOCK_STREAM socket except that we get a message-based service instead of a byte-stream service.

套接口sock_seqpacket类似于SOCK_STREAM套接口,不同的是我们得到的是一个基于消息的服务,而不是一个字节流服务。

These two programs can be compiled and run in exactly the same way as the server and client using a stream socket.

编译这两个程序,像上面文本流的例子一样运行他们。

This can be contrasted with a stream socket, where if the sender wrote a 100 byte message, the receiver could read it in two chunks of 50 bytes or 100 chunks of one byte.

对比字符流,当发送者发送100字节时,接收者可以选择接受分两次,每次50字节进行接受,还是一次性接受100字节。