From 491e43447dd5d39746399d221c089a5225a6fd18 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Fri, 10 Aug 2018 22:41:17 +0100 Subject: [PATCH] WIP: Currently hanging when ITS sends lots of data... --- src/system/ether.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/system/ether.1 b/src/system/ether.1 index 780e2238..c43abf51 100644 --- a/src/system/ether.1 +++ b/src/system/ether.1 @@ -16,6 +16,7 @@ ;;; along with this program. If not, see . ;FIXME The big one - interrupts? Compare with CHAOS... +;FIXME Should we use input/output queues like IMP does? ;FIXME Use the style from TCP - this is a bit of a mix at the moment ;;; Generic Ethernet support @@ -138,6 +139,7 @@ ETHRXA: ;BUG INFO,[ARP length ],OCT,I IOR A,B ;BUG INFO,[ARP source addr ],OCT,A +;FIXME "Search the ARP table for X" should be a routine MOVE E,ETHATS ;Is the IP address in the table already? SOS E ETHRX1: JUMPL E,ETHRX2 ;Any more entries to check?