[Mono-bugs] [Bug 470021] New: Implement real scatter-gather support in the io-layer/Socket stack.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jan 27 19:02:51 EST 2009


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: dick at novell.com
        ReportedBy: miguel at novell.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list