DragonFly BSD
DragonFly commits List (threaded) for 2003-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/netinet udp_usrreq.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 27 Oct 2003 19:51:52 -0800 (PST)

dillon      2003/10/27 19:51:51 PST

  Modified files:
    sys/netinet          udp_usrreq.c 
  Log:
  Deal with multicast packets in a manner similar to Solaris, RFC 3376, and
  draft-ietf-magma-msf-api-05.txt.   Multicast packets are not sent to
  multicast-unaware sockets or to sockets not bound to the interface the
  packet came in on.
  
  The sysctl net.inet.udp.strict_mcast_mship enables the new requirements
  by default.  Original operation may be recovered by setting the sysctl to 0.
  
  There is a relatively minor scaling issue with the per-PCB membership
  array scan, which is linear.  It is not a show stopper though.
  
  Submitted by: "William A. Carrel" <william.a@xxxxxxxxxx>
  Reviewed by: Jeffrey Hsu <hsu@xxxxxxxxxxx>, dillon
  
  Revision  Changes    Path
  1.7       +38 -0     src/sys/netinet/udp_usrreq.c




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]