Class TunnelDataMessage

All Implemented Interfaces:
I2NPMessage

public class TunnelDataMessage
extends FastI2NPMessageImpl
Defines the message sent between routers as part of the tunnel delivery The tunnel ID is changed in-place by TunnelParticipant.send(), so we can't reuse the checksum on output, but we still subclass FastI2NPMessageImpl so we don't verify the checksum on input... because this is a high-usage class.