Add comment

This commit is contained in:
Owen
2025-02-22 00:14:49 -05:00
parent e0ca38bb35
commit 4883402393

View File

@@ -267,6 +267,7 @@ func configureLinux(interfaceName string, ip net.IP, ipNet *net.IPNet) error {
return nil return nil
} }
// TODO: we need to send the token with this probably to verify auth
func sendUDPHolePunch(serverAddr string, olmID string, sourcePort int) error { func sendUDPHolePunch(serverAddr string, olmID string, sourcePort int) error {
// Bind to specific local port // Bind to specific local port
localAddr := &net.UDPAddr{ localAddr := &net.UDPAddr{