Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 1997 08:28:54 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern uipc_socket.c
Message-ID:  <199706271528.IAA09494@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1997/06/27 08:28:54 PDT

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  Don't accept insane values for SO_(SND|RCV)BUF, and the low water marks.
  Specifically, don't allow a value < 1 for any of them (it doesn't make
  sense), and don't let the low water mark be greater than the corresponding
  high water mark.
  
  Pre-Approved by: wollman
  Obtained from: NetBSD
  
  Revision  Changes    Path
  1.27      +27 -4     src/sys/kern/uipc_socket.c



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