Welcome, Guest. Please login or register.

Author Topic: Best TCP Suite  (Read 6184 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline freqmax

  • Hero Member
  • *****
  • Join Date: Mar 2006
  • Posts: 2179
    • Show all replies
Re: Best TCP Suite
« on: May 21, 2011, 12:19:44 AM »
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 ..?
 

Offline freqmax

  • Hero Member
  • *****
  • Join Date: Mar 2006
  • Posts: 2179
    • Show all replies
Re: Best TCP Suite
« Reply #1 on: May 21, 2011, 01:09:27 AM »
I other words.. choice your pain! ;)
 

Offline freqmax

  • Hero Member
  • *****
  • Join Date: Mar 2006
  • Posts: 2179
    • Show all replies
Re: Best TCP Suite
« Reply #2 on: May 21, 2011, 12:31:38 PM »
I think the question is a TCP-stack under AmigaOS not a TCP-stack builtin into *BSD..