Class NoDropPacketContext

java.lang.Object
uk.ac.manchester.spinnaker.protocols.NoDropPacketContext
All Implemented Interfaces:
AutoCloseable

public class NoDropPacketContext
extends Object
implements AutoCloseable
A context class that can disable dropping of packets on the SpiNNaker on-chip network. Use very carefully indeed! A network that can't drop packets is a network that can deadlock. It is not believed safe to use this class on more than one board at a time, and it is definitely not safe to do anything else than data transfers while the context is set.
Author:
Donal Fellows, Alan Stokes