Network Performance in OS/2 and ArcaOS: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
{{Article
|Author=N/A
|Date=2007
|OS=OS/2 Warp 4.52
|File=N/A
|Source=N/A
}}
Since the OS/2 stack is showing it's age, there are some performance tuning that was adviced on the OS2World Forum.
Since the OS/2 stack is showing it's age, there are some performance tuning that was adviced on the OS2World Forum.



Latest revision as of 21:15, 19 June 2022

Article Info
Author N/A
Date 2007
OS Version OS/2 Warp 4.52
Companion File N/A
Source N/A


Since the OS/2 stack is showing it's age, there are some performance tuning that was adviced on the OS2World Forum.

inetcfg.ini

Check your x:\mptn\etc\inetcfg.ini file and you may change the values similar to the following:

#Inetcfg:   CURRENT   DEFAULT   MINIMUM   MAXIMUM
keepalive       300     300     0       7800    KeepAlive (sec)
tcpswinsize     246723  32768   1024    246723  TCP SendWindow Size
tcprwinsize     246723  32768   1024    246723  TCP RecvWindow Size
udpswinsize     246723  41600   1024    246723  UDP SendWindow Size
udprwinsize     246723  41600   1024    246723  UDP RecvWindow Size

If you do not have a inetcfg.ini file, you can create one with "inetcfg -g all" from the command line. Then place the line "inetcfg -s all" (minus the quotes) in your x:\mptn\bin\setup.cmd file.

Source