https://bugzilla.novell.com/show_bug.cgi?id=470021


           Summary: Implement real scatter-gather support in the
                    io-layer/Socket stack.
    Classification: Mono
           Product: Mono: Runtime
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: io-layer
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---


The 2.0 API supports sending data with a list of segments avoiding creating and
copying data into intermediate buffers.

Our implementation on the io-layer instead puts all the data in a single buffer
and then does a _wapi_sendto.

The code lives in io-layer/socket.c  probably we need a _wapi_sendto that
support scatter/gather.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to