receive buffer
常见例句
- Since you know the client will connect and immediately send data, supplying a receive buffer can make things substantially easier.
我们知道客户端会在发出连接请求后立刻传送数据,所以如果我们准备好接收缓冲区会使事情变得更为容易。
blog.sina.com.cn - If it is the read half that needs to be closed, then any data existing in the receive buffer is discarded and that end of the connection is closed.
如果需要关闭读取部分,则会丢弃接收缓冲区中存在的任何数据,并关闭该端的连接。 - You can compensate for jitter by having a receive buffer at each end, but this approach adds latency, which is what you were trying to avoid overall anyway.
你可以通过在每个接收端进行缓冲来补偿抖动带来的损失,但这种方法增加了延迟,而这是你极力避免的事。 返回 receive buffer