blob: 3ea1f0ef979f864aa6c10b7110cc8970971908c7 [file] [log] [blame]
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package mdns
import (
"syscall"
)
func setIPv4MulticastLoopback(fd int, v bool) error {
return syscall.EPLAN9
}
func setIPv6MulticastLoopback(fd int, v bool) error {
return syscall.EPLAN9
}