mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Update TODOs at top of tun.go
This commit is contained in:
		
							parent
							
								
									d7a1c04748
								
							
						
					
					
						commit
						2bee3cd7ca
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -2,11 +2,11 @@ package tuntap
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// This manages the tun driver to send/recv packets to/from applications
 | 
					// This manages the tun driver to send/recv packets to/from applications
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// TODO: Crypto-key routing
 | 
					// TODO: Crypto-key routing support
 | 
				
			||||||
// TODO: Set MTU of session properly
 | 
					// TODO: Set MTU of session properly
 | 
				
			||||||
// TODO: Reject packets that exceed session MTU
 | 
					// TODO: Reject packets that exceed session MTU with ICMPv6 for PMTU Discovery
 | 
				
			||||||
// TODO: Connection timeouts (call Close() when done)
 | 
					// TODO: Connection timeouts (call Conn.Close() when we want to time out)
 | 
				
			||||||
// TODO: Keep packet that was used to set up a session and send it when done
 | 
					// TODO: Don't block in ifaceReader on writes that are pending searches
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import (
 | 
					import (
 | 
				
			||||||
	"encoding/hex"
 | 
						"encoding/hex"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue