How to turn off/on TCP window Scaling on IBM i
To change the settings use the following steps:
- Login using
QSECOFRuser profile - Run
STRSSTand enter the service tools username and password - Select option
1(Start a service tool) - Select option
4(Display/Alter/Dump) - Select option
1(Display/Alter storage) - Select option
2(Licensed Internal Code (LIC) data) - Select option
14(Advanced Analysis) - Select option
1and typeIPCONFIGon the first command line and press enter - Specify option
-DISPLAYto display configuration options command line and press enter
There will be two IPCONFIG options for RFC1323 on the last page, where you can view the current status:
To enable or disable the TCP Timestamps or Windows Scaling follow the below steps:
- Press
F12to exit the Display menu - Enter
-rfc1323TcpTimestamps:<on>or-rfc1323TcpTimestamps:<off> - Enter
-rfc1323TcpWindowScaling:<on>or-rfc1323TcpWindowScaling:<off>
Note: When TCP RCVBUF is higher than 64K and window scaling is off, 64K will be used. TCP takes the minimum of RCVBUF and calculated window size using window size scaling factor.
Comments
0 comments
Please sign in to leave a comment.