Click to See Complete Forum and Search --> : A simple question on CreateNamedPipe()


cyberninja
March 18th, 2004, 02:25 PM
In MSDN doc of "CreateNamedPipe" API, there is a sentence of "The input and output buffer sizes are advisory. " Does it mean that although the pipe server creates a pipe with a buffer of 1K, the pipe client can send a request of 2K?

Thanks

NoHero
March 19th, 2004, 05:39 AM
that means: if you send a kraft that is bigger than the server can handle, it is buffered local. If the next chance is available it is send