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

Updated list of hosts so that these can be used today.

This commit is contained in:
Eric Swenson
2023-09-25 06:24:32 +02:00
committed by Lars Brinkhoff
parent f945bff100
commit 0c801f8e3e
2 changed files with 54 additions and 38 deletions

View File

@@ -100,43 +100,53 @@ $forma: save a
hosts:
; Ask the reliable machines first. They are all on the global
; Chaosnet and tend to answer quickly.
[asciz "LOCAL-TIME-SERVER"]
[asciz "TIME.CHAOSNET.NET"]
[asciz "CHAOS.SWENSON.ORG"]
<(sixbit /ES/)>,,[asciz "ES"]
<(sixbit /EX/)>,,[asciz "EX"]
<(sixbit /UP/)>,,[asciz "UP"]
; Ask the reliable ITS machines first. They are all on subnet 6 and tend
; to answer quickly.
<(sixbit /AI/)>,,[asciz "AI"]
<(sixbit /MC/)>,,[asciz "MC"]
<(sixbit /ML/)>,,[asciz "ML"]
; <(sixbit /AI/)>,,[asciz "AI"]
; <(sixbit /MC/)>,,[asciz "MC"]
; <(sixbit /ML/)>,,[asciz "ML"]
; File servers tend to be up. Approximately in the order that they seem
; likely to come up after a mass shutdown.
[asciz "REAGAN"]
[asciz "ZERMATT"]
[asciz "GOLDILOCKS"]
[asciz "LIVE-OAK"]
[asciz "PYGMALION"]
[asciz "HEPHAESTUS"]
; [asciz "REAGAN"]
; [asciz "ZERMATT"]
; [asciz "GOLDILOCKS"]
; [asciz "LIVE-OAK"]
; [asciz "PYGMALION"]
; [asciz "HEPHAESTUS"]
; Ordinary hosts. Alphabetical order.
[asciz "BIGBOOTE"]
[asciz "CROSBY"]
[asciz "DIALUP-CHAOS"]
[asciz "GAAK"]
[asciz "MINTAKA"]
[asciz "OTIS"]
[asciz "PIGPEN"]
[asciz "SAFFRON"]
[asciz "SINATRA"]
; [asciz "BIGBOOTE"]
; [asciz "CROSBY"]
; [asciz "DIALUP-CHAOS"]
; [asciz "GAAK"]
; [asciz "MINTAKA"]
; [asciz "OTIS"]
; [asciz "PIGPEN"]
; [asciz "SAFFRON"]
; [asciz "SINATRA"]
; Unreliable hosts start here. Putting hosts that tend to not answer at
; the end keeps them from acting as a bottleneck. (It also gives them less
; time to respond...)
<(sixbit /MD/)>,,[asciz "MD"]
[asciz "GOLEM"]
[asciz "LSD"]
[asciz "EMACK-AND-BOLIOS"]
; <(sixbit /MD/)>,,[asciz "MD"]
; [asciz "GOLEM"]
; [asciz "LSD"]
; [asciz "EMACK-AND-BOLIOS"]
nhosts==:.-hosts

View File

@@ -454,16 +454,16 @@ NHOSTS==100. ;Maximum number of hosts we can query.
;;; TCP TIME servers.
TCPTAB: [ASCIZ /FAMILJEN/]
[ASCIZ /CP/]
[ASCIZ /PI/]
[ASCIZ /DX/]
[ASCIZ /DU/]
[ASCIZ /KN/]
[ASCIZ /MD/]
[ASCIZ /NX/]
[ASCIZ /AXPKLH/]
[ASCIZ /PCKLH/]
TCPTAB: [ASCIZ /ES/]
[ASCIZ /UP/]
; [ASCIZ /PI/]
; [ASCIZ /DX/]
; [ASCIZ /DU/]
; [ASCIZ /KN/]
; [ASCIZ /MD/]
; [ASCIZ /NX/]
; [ASCIZ /AXPKLH/]
; [ASCIZ /PCKLH/]
; [ASCIZ /MIT-MC/]
; [ASCIZ /MIT-AI/]
; [ASCIZ /DCN1/]
@@ -491,12 +491,18 @@ TCPTBL==.-TCPTAB
;;; CHAOS TIME servers.
CHATAB:
[ASCIZ /PI/]
[ASCIZ /DX/]
[ASCIZ /DU/]
[ASCIZ /KN/]
[ASCIZ /MD/]
[ASCIZ /NX/]
[asciz "LOCAL-TIME-SERVER"]
[asciz "TIME.CHAOSNET.NET"]
[asciz "CHAOS.SWENSON.ORG"]
[asciz "ES"]
[asciz "EX"]
[asciz "UP"]
; [ASCIZ /PI/]
; [ASCIZ /DX/]
; [ASCIZ /DU/]
; [ASCIZ /KN/]
; [ASCIZ /MD/]
; [ASCIZ /NX/]
; [ASCIZ /MIT-MC/]
; [ASCIZ /MIT-AI/]
; [ASCIZ /MIT-ML/]