mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Specify source interface when responding to multicast beacon
This commit is contained in:
		
							parent
							
								
									c8db66b17d
								
							
						
					
					
						commit
						704e4a062f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -157,6 +157,6 @@ func (m *multicast) listen() {
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		addr.Zone = from.Zone
 | 
							addr.Zone = from.Zone
 | 
				
			||||||
		saddr := addr.String()
 | 
							saddr := addr.String()
 | 
				
			||||||
		m.core.tcp.connect(saddr, "")
 | 
							m.core.tcp.connect(saddr, addr.Zone)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue