MTU for WebServices

We have an ERP application where all clients connect using a WebService. My network engineer tells me that the MTU of the web service is too small and we would like to increase it to improve performance. As far as I can tell, there is no config section for MTU for dotnet network services. Any ideas on where we could set this up?

+1


source to share


2 answers


The web service has no MTU - it is controlled by the server operating system, in this case Windows.



One of the best tools for tuning MTU and other TCP parameters is the SG TCP Optimizer .

+1


source


Thanks for the answer. I downloaded the tool and ran it and it gave me the same output as running ping manually ... but the GUI tool is slick and easy to test.



I will be using it in the future.

0


source







All Articles