1 | initial version |
Hello i have the same problem with win2019, win2022 and IBMi, much retransmissions. I have solved it working with this
Get-NetTCPSetting
Specifically touching that
set-NetTCPSetting -DelayedAckTimeout 150 -SettingName Datacenter
I hope this helps.
2 | No.2 Revision |
Hello i have the same problem with win2019, win2022 and IBMi, much retransmissions. I have solved it working with this
Get-NetTCPSetting
Specifically touching that
set-NetTCPSetting -DelayedAckTimeout 150 -SettingName Datacenter
after you touch this you must restart the netadapter
Get-NetAdapter | Restart-NetAdapter
I hope this helps.
3 | No.3 Revision |
Hello i had have the same problem with win2019, win2022 and IBMi, much retransmissions. I have solved it working with this
Get-NetTCPSetting
Specifically touching that
set-NetTCPSetting -DelayedAckTimeout 150 -SettingName Datacenter
after you touch this you must restart the netadapter
Get-NetAdapter | Restart-NetAdapter
I hope this helps.