mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
if SCB Paging was enabled:
disconnect with more data to transfer
disconnected SCB gets paged out
target reconnects so we page SCB back in
target completes transfer so residual is 0
target disconnects
SCB gets reused but not paged out since the residual is 0 (optimization)
target reconnects so we page the SCB back in
we report a residual because of stale residual information.
The fix for this is to set a flag that forces the SCB to be paged back
up to the host if we page in an SCB with a residual
Pointed out by: Doug Ledford <dledford@dialnet.net>
|
||
|---|---|---|
| .. | ||
| aicasm | ||
| aic7xxx.reg | ||
| aic7xxx.seq | ||
| aic7xxx_asm.c | ||
| aic7xxx_asm.h | ||
| aicasm.c | ||
| aicasm.h | ||
| aicasm_gram.y | ||
| aicasm_scan.l | ||
| aicasm_symbol.c | ||
| aicasm_symbol.h | ||
| gram.y | ||
| Makefile | ||
| scan.l | ||
| sequencer.h | ||
| symbol.c | ||
| symbol.h | ||