tcpSendWindow
Name
tcpSendWindow -- Set the size of the tcp send window
Synopsis
tcpSendWindow [ tcpSendWindow window-size]
Default
tcpSendWindow 8192
Context
server config, <VirtualHost>
Module
mod_core
Compatibility
0.99.0 and later
Description
The tcpSendWindow directive configures the size (in octets) of all data connections'
tcp send windows. It is only used when sending a file from the server to a
client on the data connection. For a detailed description of receive/send
window sizes see tcpReceiveWindow.