1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-20 00:27:45 +00:00

WIP: Currently hanging when ITS sends lots of data...

This commit is contained in:
Adam Sampson
2018-08-10 22:41:17 +01:00
parent e2bb5f11aa
commit 491e43447d

View File

@@ -16,6 +16,7 @@
;;; along with this program. If not, see <https://www.gnu.org/licenses/>.
;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?