Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 1996 15:07:17 PDT
From:      Bill Fenner <fenner@parc.xerox.com>
To:        fenner@parc.xerox.com, karl@mcs.net
Cc:        current@freebsd.org, hackers@freebsd.org, pst@jnx.com
Subject:   Re: Crash in -current (from the current SNAP)
Message-ID:  <96Oct10.150729pdt.177476@crevenia.parc.xerox.com>

next in thread | raw e-mail | index | archive | help
Of course, tcp_attach() is static so can't be called from tcp_input().
Either we need to call (*so2->so_proto->pr_usrreqs->pru_attach)(so2),
or we need to sofree(so2) and then do another so2=sonewconn(so, 0).
(or make tcp_attach() not static).

  Bill



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?96Oct10.150729pdt.177476>