Julian Elischer wrote:

I'll get that checked in!

Please, also take a look at

_syncache_add() in tcp_syncache.c

There is some code which looks strange, at least at first sight. Won't bcopy() overwrite assigned value of sc->sc_inc.inc_fibnum ?

        /* XXX-BZ this fib assignment is just useless. */
        sc->sc_inc.inc_fibnum = inp->inp_inc.inc_fibnum;
        bcopy(inc, &sc->sc_inc, sizeof(struct in_conninfo));

--
Oleg
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to