lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 7ca4fd817e


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 7ca4fd817ef657abf790248e03e4af01f34653e0
Date: Wed, 10 Dec 2014 20:47:01 +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 "UNNAMED PROJECT".

The branch, master has been updated
       via  7ca4fd817ef657abf790248e03e4af01f34653e0 (commit)
      from  8e13bcd43d112ec441b46aa029429cd5ecec94e1 (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 7ca4fd817ef657abf790248e03e4af01f34653e0
Author: sg <address@hidden>
Date:   Wed Dec 10 21:46:49 2014 +0100

    - fixed bug #43797 set/getsockopt: SO_SNDTIMEO/SO_RCVTIMEO take int as 
option but should take timeval (LWIP_SO_SNDRCVTIMEO_STANDARD==0 can be used to 
revert to the old 'winsock' style behaviour);
    - Fixed implementation of SO_ACCEPTCONN to just look at the pcb state;
    - cleaned up the SO/SOF defines (only 3 left a ip_pcb level);

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

Summary of changes:
 CHANGELOG                  |    6 ++
 src/api/sockets.c          |  116 +++++++++++++++++++++++++++++++++++---------
 src/core/init.c            |    6 --
 src/core/tcp.c             |    1 -
 src/include/lwip/ip.h      |   11 +---
 src/include/lwip/opt.h     |    8 +++
 src/include/lwip/sockets.h |   44 ++++++++--------
 7 files changed, 130 insertions(+), 62 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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