mirror of
https://github.com/PDP-10/its.git
synced 2026-01-27 12:42:10 +00:00
Bug fix for TCP.
%PKFLS is a 36-bit value, so its halves need to be swapped.
This commit is contained in:
committed by
Lars Brinkhoff
parent
03d1027d06
commit
548bab6150
2
src/system/tcp.275 → src/system/tcp.276
Executable file → Normal file
2
src/system/tcp.275 → src/system/tcp.276
Executable file → Normal file
@@ -3032,7 +3032,7 @@ TSISS2: TLNE E,(TC%RST) ; Check for RST
|
||||
JUMPE A,TSISS3 ; Just for robustness
|
||||
TRCPKT A,"TSISS2 Flushing our SYN from rexmit Q"
|
||||
MOVE T,PK.FLG(A)
|
||||
TLO T,%PKFLS ; Tell IP to flush packet if seen
|
||||
TLO T,(%PKFLS) ; Tell IP to flush packet if seen
|
||||
MOVEM T,PK.FLG(A)
|
||||
CALL PKTRT ; Flush SYN packet if not otherwise busy
|
||||
SETZM XBORTT(I) ; and flush timeout.
|
||||
Reference in New Issue
Block a user