mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 15:27:46 +00:00
PDP10, PDP11, VAX: Fixed Sync Data corruption Troll to actually discard transmit packets which it thinks it wants to.
This commit is contained in:
parent
779e2437bd
commit
a8a0182f74
@ -379,6 +379,9 @@ if (!ddcmp_feedCorruptionTroll (lp, lp->txpb, FALSE, corruptrate)) {
|
||||
++lp->txppoffset;
|
||||
tmxr_send_buffered_data (lp);
|
||||
}
|
||||
else {/* Packet eaten, so discard it */
|
||||
lp->txppoffset = lp->txppsize; /* Act like all data was sent */
|
||||
}
|
||||
return lp->conn ? SCPE_OK : SCPE_LOST;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user