summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/radeon_state.c
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2003-11-12 20:17:11 +0000
committerbms <bms@FreeBSD.org>2003-11-12 20:17:11 +0000
commit3f57e25aebf74440eeb330bfd415b42a33d4872d (patch)
tree52b473230ba2792672e6acc727761206faf38788 /sys/dev/drm/radeon_state.c
parentbba6b06ef4e0fe244ad80d7b0215781923badf89 (diff)
downloadFreeBSD-src-3f57e25aebf74440eeb330bfd415b42a33d4872d.zip
FreeBSD-src-3f57e25aebf74440eeb330bfd415b42a33d4872d.tar.gz
Add a new sysctl knob, net.inet.udp.strict_mcast_mship, to the udp_input path.
This switch toggles between strict multicast delivery, and traditional multicast delivery. The traditional (default) behaviour is to deliver multicast datagrams to all sockets which are members of that group, regardless of the network interface where the datagrams were received. The strict behaviour is to deliver multicast datagrams received on a particular interface only to sockets whose membership is bound to that interface. Note that as a matter of course, multicast consumers specifying INADDR_ANY for their interface get joined on the interface where the default route happens to be bound. This switch has no effect if the interface which the consumer specifies for IP_ADD_MEMBERSHIP is not UP and RUNNING. The original patch has been cleaned up somewhat from that submitted. It has been tested on a multihomed machine with multiple QuickTime RTP streams running over the local switch, which doesn't do IGMP snooping. PR: kern/58359 Submitted by: William A. Carrel Reviewed by: rwatson MFC after: 1 week
Diffstat (limited to 'sys/dev/drm/radeon_state.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud