]> arthur.barton.de Git - netatalk.git/commit
Performance tuning: sendfilev, MSG_MORE and do not apply AFP read locks by default
authorFrank Lahm <franklahm@googlemail.com>
Fri, 27 Apr 2012 12:23:42 +0000 (14:23 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Fri, 27 Apr 2012 12:23:42 +0000 (14:23 +0200)
commit8fa8b4113c25b47937ddf7cadf64f060d79c2ef5
treebe69c17d9c4d46ba6996d27234e8640060b326cc
parentc2db5eedc69f3a95d11c6aac7aa09541ab69b3f6
Performance tuning: sendfilev, MSG_MORE  and do not apply AFP read locks by default
sendfilev: use sendfilev for data transfer
MSG_MORE: sending DSI header with MSG_MORE before sendfile
New option "afp read locks", default:no
etc/afpd/desktop.c
etc/afpd/fork.c
include/atalk/dsi.h
include/atalk/globals.h
libatalk/dsi/dsi_read.c
libatalk/dsi/dsi_stream.c
libatalk/util/netatalk_conf.c
macros/netatalk.m4