Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2001 20:30:50 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_socket2.c
Message-ID:  <200112210430.fBL4UoX45767@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2001/12/20 20:30:50 PST

  Modified files:
    sys/kern             uipc_socket2.c 
  Log:
  Avoid an interaction between syncache and accept filters.  The syncache
  code only passed up the connection to the tcp stack when it was complete,
  so it went directly into the so_comp (complete) queue.  However, with
  accept filters, there is an additional phase before calling it "complete".
  
  Reviewed by: jlemon
  
  Revision  Changes    Path
  1.79      +2 -0      src/sys/kern/uipc_socket2.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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