Subject: Re: NFS & ENOBUFS
To: None <>
From: None <>
List: tech-net
Date: 09/22/2000 03:35:54
At 16:24 -0700 9/21/00, John Hawkinson wrote:
>| "ENOBUF" on socket writes isn't really fatal; we may just be too fast
>| for the driver. Don't log the error, just try again. Could try to
>| be smart and do a backoff, but it's probably not worth the trouble.
>
>Shouldn't we get a counter incremented?
>
>--jhawk
>
>| Modified Files:
>| 	  syssrc/sys/nfs: nfs_socket.c
>| To generate a diff of this commit:
>| cvs rdiff -r1.59 -r1.60 syssrc/sys/nfs/nfs_socket.c

PR 7285 suggests there be a new error code added just for "network 
interface transmit queue full" as a distinct error condition from "no 
more mbufs available"; they are different conditions, and should be 
handled differently.

	Erik <fair@clock.org>