diff --git a/src/sysen1/netime.128 b/src/sysen1/netime.128 index e1d29edc..bd2b5850 100644 --- a/src/sysen1/netime.128 +++ b/src/sysen1/netime.128 @@ -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 diff --git a/src/sysnet/times.74 b/src/sysnet/times.74 index 91f36c45..3165d563 100644 --- a/src/sysnet/times.74 +++ b/src/sysnet/times.74 @@ -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/]