VUGen – How do you set the Network Buffer Size programatically?
Question ID: 104158
0
0

I need to set the Network Buffer Size Runtime setting via code.
This setting is found in the Runtime Settings -> Internet Protocol -> Preferences -> Options -> General -> Network Buffer Size

Is this possible using one of the build in web_* or lr_* functions?

-Terri

Marked as spam
Posted by (Questions: 3, Answers: 16)
Asked on July 15, 2010 6:42 pm
767 views
Answers (1)
1
Private answer

Have you tried the web_set_sockets_option, setting the TCP_BUFFER_SIZE, for example:

web_set_sockets_option(''TCP_BUFFER_SIZE'' , ''16384'');

Marked as spam
Posted by (Questions: 1, Answers: 5)
Answered on October 19, 2010 7:46 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top