github.com/slackhq/nebula@v1.9.0/udp/temp.go (about)

     1  package udp
     2  
     3  import (
     4  	"github.com/slackhq/nebula/iputil"
     5  )
     6  
     7  //TODO: The items in this file belong in their own packages but doing that in a single PR is a nightmare
     8  
     9  type LightHouseHandlerFunc func(rAddr *Addr, vpnIp iputil.VpnIp, p []byte)