Re: Request for testers: multicast patch

2001-08-06 Thread Daniel C. Sobral
clemensF wrote: >>Daniel C. Sobral: >> > >>On http://people.freebsd.org/~dcs/ip_output.c there is a port to stable >>of the revisions 1.127 through 1.130 of /sys/netinet/ip_output.c. These >> > > i did not find it: 404. All I can say is: duh! :-) The correct url is: http://peopl

Re: Request for testers: multicast patch

2001-08-03 Thread Daniel C. Sobral
Bill Fenner wrote: > It looks like the patch causes packets not to be sent if > ia == 0. The inner part of the sendorfree: loop went from > > if (error == 0) { > update if stats > call if_output > } > > to > > if (error == 0 && ia) { >