freebsd-dev/usr.sbin/nfsd
Robert Watson 0be1e825d6 Problem:
When an NFS server is port-scanned nfsd sometimes exits. This has
  happened 3 times the last few weeks.

  Nfsd has been written to exit when accept(2) fails. Unfortunately
  accept can sometimes make a "normal" return with errno ECONNABORTED
  and in this case nfsd exits prematurely.

Solution:

  Check for ECONNABORTED (and also EINTR, since nfsd uses signals)
  and continue.

Submitted by:	Bjoern Groenvall <bg@sics.se>
PR:		61084
2004-01-11 01:29:03 +00:00
..
Makefile style.Makefile(5) 2003-04-04 17:49:21 +00:00
nfsd.8 Update manpage to match the code, vfsload() is not used 2002-08-11 15:19:49 +00:00
nfsd.c Problem: 2004-01-11 01:29:03 +00:00