DataMuseum.dk

Presents historical artifacts from the history of:

RC4000/8000/9000

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about RC4000/8000/9000

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦3fa09f91e⟧ TextFile

    Length: 768 (0x300)
    Types: TextFile
    Names: »m           «

Derivation

└─⟦cde9d517b⟧ Bits:30007477 RC8000 Backup tape fra HT's bus-radio system
    └─⟦6a563b143⟧ 
        └─⟦this⟧ »m           « 
└─⟦110021343⟧ Bits:30007476 RC8000 Backup tape fra HT's bus-radio system
    └─⟦a957ba283⟧ 
        └─⟦this⟧ »m           « 

TextFile

      if -, recv_packet then
      begin
        increase(retry_count);
        if retry_count > retry_limit then
        begin
          send_msg_packet('E',<:Retrylimit exeeded:>,outseq);
          goto exit;
        end
        else
          send_packettype('N',out_seq);
      end
      else
      if inpackettype='' and inseq=outseq then
      begin
      end
      else
      begin
        send_msg_packet('E',<:Protocol Error:>,outseq);
        state:= state_a;
      end;
▶EOF◀