Add new parameter, "min receivefile size" (by default set
authorJeremy Allison <jra@samba.org>
Tue, 30 Oct 2007 23:22:24 +0000 (16:22 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 30 Oct 2007 23:22:24 +0000 (16:22 -0700)
commitc3250149e12338fac5093991b385ad2807c92d1f
treefa1e5387fb10d02b1f09da59fc20d7a8520e65fc
parent4367f4b4d4ce075f3fe8e88e68dbda47e2252349
Add new parameter, "min receivefile size" (by default set
to zero). If non-zero, writeX calls greater than this
value will be left in the socket buffer for later handling
with recvfile (or userspace equivalent). Definition of
recvfile for your system is left as an exercise for
the reader (I'm working on getting splice working :-).
Jeremy.
(This used to be commit 11c03b75ddbcb6e36b231bb40a1773d1c550621c)
source3/include/smb.h
source3/lib/recvfile.c
source3/lib/util_sock.c
source3/param/loadparm.c
source3/smbd/blocking.c
source3/smbd/fileio.c
source3/smbd/notify.c
source3/smbd/process.c
source3/smbd/reply.c
source3/smbd/server.c
source3/smbd/vfs.c