patchlwIP - A Lightweight TCP/IP stack - Patches: patch #8749, Add writev function

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #8749: Add writev function

Submitter:  Joel Cunningham <jcunningham>
Submitted:  Tue 22 Sep 2015 01:44:28 PM UTC
   
 
Category:  sockets/netconn Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  jcunningham Open/Closed:  Closed
Planned Release:  None

Wed 23 Sep 2015 09:16:10 PM UTC, comment #2: 

Patch committed in cc4d09423a7ea4cc2c11c41b836829691110c17d

Joel Cunningham <jcunningham>
Group Member
Wed 23 Sep 2015 08:15:19 PM UTC, comment #1: 

Looks good.

Simon Goldschmidt <goldsimon>
Group administrator
Tue 22 Sep 2015 01:44:28 PM UTC, original submission:  

This patches add support for the POSIX writev() function which just maps to sendmsg().  This is done in the same manner that write() maps to send() and provides POSIX compatibility

Joel Cunningham <jcunningham>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #34950:  0001-Add-writev-function.patch added by jcunningham (3KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by goldsimon (Posted a comment)
  • -email is unavailable- added by jcunningham (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-09-23 jcunningham StatusNone Done
        Assigned toNone jcunningham
        Open/ClosedOpen Closed
    2015-09-22 jcunningham Attached File- Added 0001-Add-writev-function.patch, #34950

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code