CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2006
    Posts
    120

    WSARecv - multiple buffers for Scatter/Gather IO

    Has anyone ever used WSARecv with multiple buffers?

    I can't see an obvious use for it - anyone care to enlighten me?

  2. #2
    Join Date
    May 2002
    Posts
    1,435

    Re: WSARecv - multiple buffers for Scatter/Gather IO

    The multiple buffers are used to facilitate scatter/gather I/O:

    Scatter/Gather I/O

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured