Files
upnp-1/ttl_other.go
2020-11-12 08:54:35 -05:00

12 lines
121 B
Go

// +build windows darwin
package upnp
import (
"net"
)
func setTTL(conn *net.UDPConn, ttl int) error {
return nil
}