TCP Window Size - 32KB to 64KB

Hi Folks,

as the default TCP Window Size on OSX is set to 32KB I kindly ask wheter it is possible
to set it to 64KB…

Any suggestions?

Thanks for your help!

Stefan

Hi Folks,

it must be something like:


--to test the windows size:

set send to do shell script "sysctl -a net.inet.tcp.sendspace"
set receive to do shell script "sysctl -a net.inet.tcp.recvspace"

display dialog send
display dialog receive

do shell script "sysctl -w net.inet.tcp.sendspace=65536" with administrator privileges
do shell script "sysctl -w net.inet.tcp.recvspace=65536" with administrator privileges

best regards,

Stefan