captain-amygdala / pistorm

68k Hardware Emulator
MIT License
737 stars 103 forks source link

Drop incoming frames without corresponding read requests. #34

Closed agehall closed 3 years ago

agehall commented 3 years ago

This solves the problem where the Amiga stops reading frames from the network due to all buffers being allocated to unwanted frames.

Thanks to Niklas Ekström for helping finding this bug.