mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 00:20:46 +00:00 
			
		
		
		
	create inbound tunnel though outbound
This commit is contained in:
		
							parent
							
								
									1ec8728ab0
								
							
						
					
					
						commit
						d2160efdc8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -188,7 +188,7 @@ namespace tunnel
 | 
				
			||||||
			hops.push_back (hop);
 | 
								hops.push_back (hop);
 | 
				
			||||||
		}		
 | 
							}		
 | 
				
			||||||
		std::reverse (hops.begin (), hops.end ());	
 | 
							std::reverse (hops.begin (), hops.end ());	
 | 
				
			||||||
		auto * tunnel = tunnels.CreateTunnel<InboundTunnel> (new TunnelConfig (hops));
 | 
							auto * tunnel = tunnels.CreateTunnel<InboundTunnel> (new TunnelConfig (hops), outboundTunnel);
 | 
				
			||||||
		tunnel->SetTunnelPool (this);
 | 
							tunnel->SetTunnelPool (this);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue