Safety Property: NoNetReceiving

property NoNetReceiving { // Don't allow any data to be received from the net
  check RNetwork.preReceive (remote: RNetAddress, nbytes: int) {
    violation ("Attempt to receive data over the network."); 
  }
}

About this file

Naccio Home Page
David Evans
University of Virginia, Computer Science