Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2009 17:02:30 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet tcp_subr.c
Message-ID:  <200905231702.n4NH2fYW070804@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2009-05-23 17:02:30 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_subr.c 
  Log:
  SVN rev 192651 on 2009-05-23 17:02:30Z by bz
  
  For UDP with introducing the UDP control block,  the uma zone had to
  be named "udp_inpcb" to avoid a naming conflict with tcp[1].
  For consistency rename the uma zone for TCP from "inpcb" to "tcp_inpcb".
  
  Found by:       rwatson [1]
  Discussed with: rwatson
  
  Revision  Changes    Path
  1.341     +1 -1      src/sys/netinet/tcp_subr.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905231702.n4NH2fYW070804>