I am trying to set some advanced properties for Network adapter e.g. Jumbo Packet, Receive/Transmit Buffers. I tried with Win32_NetworkAdapter, Win32_NetworkConnection, Win32_NetworkAdapterConfiguration WMI classes. None of them can do that.
Can anyone help me?
"Jumbo Packet" support just means a big MTU (typically 9000 bytes). Maybe the SetMTU method of the Win32_NetworkAdapterConfiguration
class, or the SetIFEntry() function (see the dwMtu field).
The size of the transmit and receive buffers is set at the socket level, independent of the network interface. Look for an interface to setsockopt() with the SO_RCVBUF
and SO_SNDBUF
options.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With