You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marc Slemko <ma...@znep.com> on 1997/06/27 16:41:20 UTC

cvs commit: src/lib/libc/net res_send.c (fwd)

Resolver problems with high fds _should_ be all fixed in FreeBSD
3.0-current now...

---------- Forwarded message ----------
Date: Fri, 27 Jun 1997 06:00:52 -0700 (PDT)
From: Peter Wemm <pe...@FreeBSD.ORG>
To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject: cvs commit: src/lib/libc/net res_send.c

peter       1997/06/27 06:00:52 PDT

  Modified files:
    lib/libc/net         res_send.c 
  Log:
  Dynamically size fd_set in select rather than fail if too many files
  are open.
  Obtained from: OpenBSD; by deraadt and dm
  
  Revision  Changes    Path
  1.17      +9 -8      src/lib/libc/net/res_send.c