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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1352-g253fcc8
Date: Fri, 9 Mar 2018 05:30:29 -0500 (EST)

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  253fcc8dcd7ff1ff99fe35cf49b2671b6e331cf5 (commit)
       via  8d8572354bc21a2878c0d442a2b093eefefcb7c1 (commit)
       via  b86f9b97e02b7af47b712f661678f63018d2ba79 (commit)
      from  61a1b98cc9c958c22a9a97e24c7ae1c0a0e5318d (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 253fcc8dcd7ff1ff99fe35cf49b2671b6e331cf5
Author: goldsimon <address@hidden>
Date:   Fri Mar 9 11:30:23 2018 +0100

    http_client: call tcp_recved for header bytes
    
    Without this, closing the connection after successful transfer resulted
    in a RST being sent because the window was not fully marked as 'recved'.
    
    Signed-off-by: goldsimon <address@hidden>

commit 8d8572354bc21a2878c0d442a2b093eefefcb7c1
Author: goldsimon <address@hidden>
Date:   Fri Mar 9 11:28:35 2018 +0100

    lowpan6: fix bug #47291 (wrong datagram size for fragmentation)
    
    Fragment datagram_size and datagram_offset should be calculated from the 
uncompressed datagram.
    We did this on the compressed size and thus were not compatible to other 
implementations.
    Now my test setup communicates with contiki sicslowpan.
    
    Signed-off-by: goldsimon <address@hidden>

commit b86f9b97e02b7af47b712f661678f63018d2ba79
Author: goldsimon <address@hidden>
Date:   Thu Mar 8 20:26:13 2018 +0100

    lowpan6: refactor decompression to not allocate a pbuf

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

Summary of changes:
 src/apps/http/http_client.c |   4 +-
 src/netif/lowpan6.c         | 380 +++++++++++++++++++++++++++++++-------------
 2 files changed, 272 insertions(+), 112 deletions(-)


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



reply via email to

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