How to programmatically change the parameters of Windows NIC driver?

102 Views Asked by At

I need to write the code to set MTU size, RX/TX Queue size, and Interrupt moderation mode. Can you please suggest what API could be used for such purposes?

1

There are 1 best solutions below

1
On BEST ANSWER

you can use SetMtu Function of Win32_NetworkAdapterConfiguration class in WMI