예제 #1
0
 public GarlicCloveDeliveryTunnel(I2NPMessage msg, InboundTunnel tunnel)
     : base(msg, DeliveryMethod.Tunnel)
 {
     Destination = tunnel.Destination;
     Tunnel      = tunnel.GatewayTunnelId;
 }
예제 #2
0
 public TunnelMessageTunnel(I2NPMessage message, InboundTunnel tunnel)
     : base(message, tunnel.Destination, DeliveryTypes.Tunnel)
 {
     Tunnel = tunnel.GatewayTunnelId;
 }
예제 #3
0
 public TunnelMessageTunnel(II2NPHeader16 header, InboundTunnel tunnel)
     : base(header, tunnel.Destination, DeliveryTypes.Tunnel)
 {
     Tunnel = tunnel.GatewayTunnelId;
 }