avoid a copy of the data being input to the dcerpc server in the most
authorAndrew Tridgell <tridge@samba.org>
Tue, 20 Jan 2004 04:32:17 +0000 (04:32 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 20 Jan 2004 04:32:17 +0000 (04:32 +0000)
commit4d39861f991254aa381b8823476825e26a4d6da3
tree75d838f3daf7932ecc83fc5370ffd5bd09ba51b9
parent1e1428605b01de36299c0832bce9bf9d29de0b66
avoid a copy of the data being input to the dcerpc server in the most
common case of there being no pending partial data and a full dcerpc
packet being received.

We should use this same model for the smb server. It gives us
efficient memory usage while allowing for completely async socket
operations.
(This used to be commit 9aab321fb6e2f3499efd8ca5bc88ce2cb8e68219)
source4/rpc_server/dcerpc_server.c