mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	1. v0.4.6.1 merge fix
This commit is contained in:
		
							parent
							
								
									bdd5808b26
								
							
						
					
					
						commit
						0d2bec087c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -139,7 +139,7 @@ func (m *Mesh) Recv() ([]byte, error) {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Recv waits for and reads a packet coming from Yggdrasil to given buffer, returning size of packet
 | 
					// Recv waits for and reads a packet coming from Yggdrasil to given buffer, returning size of packet
 | 
				
			||||||
func (m *Yggdrasil) RecvBuffer(buf []byte) (int, error) {
 | 
					func (m *Mesh) RecvBuffer(buf []byte) (int, error) {
 | 
				
			||||||
	if m.iprwc == nil {
 | 
						if m.iprwc == nil {
 | 
				
			||||||
		return 0, nil
 | 
							return 0, nil
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue