lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Joel Cunningham
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. cc4d09423a7ea4cc2c11c41b836829691110c17d
Date: Wed, 23 Sep 2015 21:15:07 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  cc4d09423a7ea4cc2c11c41b836829691110c17d (commit)
      from  db76671d4d6b0af519fe4af465bae897f24291c0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cc4d09423a7ea4cc2c11c41b836829691110c17d
Author: Joel Cunningham <address@hidden>
Date:   Tue Sep 22 08:36:27 2015 -0500

    Add writev function
    
    This commit adds compatibility with POSIX writev according to the Open
    Group specification:
    http://pubs.opengroup.org/onlinepubs/009695399/functions/writev.html
    
    Implementation maps to sendmsg in the same manner that write() maps to
    send()

-----------------------------------------------------------------------

Summary of changes:
 src/api/sockets.c          |   15 +++++++++++++++
 src/include/lwip/sockets.h |    3 +++
 2 files changed, 18 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]