The Enhanced Network Stack library contains updated networking code that improves performance and standards compliance as well as support for multiple PHYs.
The library is installed by adding a call to xnetstack_install() to any existing program. xnetstack_install() has to be called before rom_init(). No other changes are required. Example:
xnetstack_install();
init_rom(RAM_START, RAM_END);
The Raw Socket sample application shows how to open a raw socket and send a Wake on Lan packet.