public TunnelDataMessage(I2PTunnelId desttunnel) { AllocateBuffer(DataLength + 4); TunnelId = desttunnel; IV.Randomize(); }