1
0
mirror of https://github.com/simh/simh.git synced 2026-02-27 01:00:07 +00:00
Files
simh.simh/sim_ether.c
Mark Pizzolato b1f3441f7f ETHER: Start newly opened interfaces blocking all packets
A device simulator is responsible for specifying exactly what categories of
packets it wants to receive.  It should do that after having opened the device.
This change avoids collecting packets that aren't actually interesting until
after the device designates which packets it is interested in.
2019-05-07 18:41:36 -07:00

161 KiB