timeOutEnroutePacket

open suspend fun timeOutEnroutePacket(myNodeNum: Int, uuid: Long, routingError: Int): Boolean(source)

Stamps routingError on a sent packet only while it is still MessageStatus.ENROUTE. The read and the write share one transaction so an ACK/NAK that resolves the packet concurrently is never overwritten by a send-ack timeout that sampled the row before it landed.

Return

true if a row was timed out.