sending buffer meaning in English
发送缓冲器
Examples
- The third value is the maximum send buffer space overridden by
第三个值是发送缓冲区空间的最大字节数(该值会被 - The first value is the minimum number of bytes allocated for the socket s send buffer
第一个值是为socket的发送缓冲区分配的最少字节数。 - Within the linux 2 . 6 kernel , the window size for the send buffer is taken as defined by the user in the call , but the receive buffer is doubled automatically
在linux 2 . 6内核中,发送缓冲区的大小是由调用用户来定义的,但是接收缓冲区会自动加倍。