Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Mar 2006 12:30:06 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys socketvar.h
Message-ID:  <200603151230.k2FCU6sH042768@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2006-03-15 12:30:06 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              socketvar.h 
  Log:
  Add SS_PROTOREF socket flag, which represents a strong reference by the
  protocol to the socket.  Normally protocol references are weak: that is,
  the socket layer can tear down the socket (and hence protocol state)
  when it finds convenient.  This flag will allow the protocol to
  explicitly declare to the socket layer that it is maintaining a
  strong reference, rather than the current implicit model associated
  with so_pcb pointer values and repeated attempts to possibly free the
  socket.
  
  Revision  Changes    Path
  1.145     +1 -0      src/sys/sys/socketvar.h



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