mirror of
https://github.com/PDP-10/its.git
synced 2026-04-26 20:27:13 +00:00
Enable Arpanet NCP for KA and KL ITS.
KA ITS need even more space to add NCP. The IMP code for KS10 doesn't have NCP support. We chose the host number 176 for KA and KL to be well away from clashing with any of the original ARPANET hosts.
This commit is contained in:
@@ -511,10 +511,10 @@ DEFOPT TCPP==1 ; Include Internet TCP code
|
||||
DEFOPT XBL==25. ; # TCP connections
|
||||
DEFOPT IMPP==1 ; Has IMP interface
|
||||
DEFOPT KAIMP==1
|
||||
DEFOPT IMPUS==106 ; ARPA net host number
|
||||
DEFOPT IMPUS==176 ; ARPA net host number
|
||||
DEFOPT IMPUS3==<IPADDR %IP%> ; IP address
|
||||
DEFOPT NM%IMP==<IPADDR %NETMASK%> ; Subnet mask
|
||||
DEFOPT NCPP==0 ; Flush NCP code
|
||||
DEFOPT NCPP==1 ; Arpanet NCP code
|
||||
DEFOPT NNETCH==30. ; # NCP network channels
|
||||
DEFOPT CHAOSP==1 ;NO CHAOS NET
|
||||
DEFOPT MYCHAD==177002 ;CHAOS NET ADDRESS
|
||||
|
||||
Reference in New Issue
Block a user