There are three API flavors for TCP/IP or UDP .. on Amiga:
* AS225 - The official Commodore TCP/IP stack with hardcoded drivers for A2065.
* SANA-II - Lot of support but uses an inefficient buffer handling scheme, and misses proper support for promiscuous and multicast. Bloated API.
* Miami Network Interface (MNI) - Lacks the SANA-II problems but instead suffers from lack of documentation and licensing restrictions. Requires AmigaOS v2.04 at minimum.
Write a new API ..?