Welcome, Guest. Please login or register.

Author Topic: uIP/lwIP for Amiga OS  (Read 21942 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: uIP 0.1.0 for Amiga OS 3.x
« on: November 12, 2007, 12:03:27 AM »
Quote
he SANA-II v3 device specification does not require devices to cache or buffer information in any way. That makes it difficult (if not impossible) to share the device with another stack looking for the same data. The device could be written to service multiple requests for the same data, but since we can't make any assumption about the device apart from what's documented in the specification, I'd say support for uIP or lwIP alongside AmiTCP or another stack is out.

Actually later SANA2 speifications updated this, making it mandatory to handle multiple readers properly (that is, the packet is sent to all readers, rather than sending it to the first reader in queue).
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Updated: uIP for Amiga OS
« Reply #1 on: December 03, 2007, 09:54:15 AM »
Quote
No speed tests done yet, but IBrowse (demo version) complains on not finding a "bsdsocket.library or compatible networking interface".

Uhm, this thing doesn't implement bsdsocket.library (it's a linklib tcp/ip stack), so that is no bug.