'How to enable/disable Jumbo Frames in NIC Card using VC++ programmatically

I wanted to know how to enable or disable jumbo frames for installed NIC card programmatically.

For installed NIC card, we can set in using GUI. But I wanted to do it programmatically in VC++.



Solution 1:[1]

Never did it myself, so this is just a guess: ioctl with SIOCSIFMTU

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Éric Malenfant