>>>>> " " == David S Miller <[EMAIL PROTECTED]> writes:

     >    Date: Tue, 9 Jan 2001 16:27:49 +0100 (CET) From: Trond
     >    Myklebust <[EMAIL PROTECTED]>

     >    OK, but can you eventually generalize it to non-stream
     >    protocols (i.e. UDP)?

     > Sure, this is what MSG_MORE is meant to accomodate.  UDP could
     > support it just fine.

Great! I've been waiting for something like this. In particular the
knfsd TCP server code can get very buffer-intensive without it since
you need to pre-allocate 1 set of buffers per TCP connection (else you
get DOS due to buffer saturation when doing wait+retry for blocked
sockets).

If it all gets in to the kernel, I'll do the work of adapting the NFS
+ sunrpc stuff.

Cheers,
  Trond
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to