K 10 svn:author V 5 silby K 8 svn:date V 27 2001-06-23T03:21:46.000000Z K 7 svn:log V 365 Eliminate the allocation of a tcp template structure for each connection. The information contained in a tcptemp can be reconstructed from a tcpcb when needed. Previously, tcp templates required the allocation of one mbuf per connection. On large systems, this change should free up a large number of mbufs. Reviewed by: bmilekic, jlemon, ru MFC after: 2 weeks END