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-1202-g424c33b
Date: Tue, 30 Jan 2018 15:51:00 -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  424c33bcb7b25caef303a1e673a16d8ceee4dd09 (commit)
       via  9128a51944e5b014994327c0c545131c4acf753f (commit)
       via  1570dd8ad1c6afd2438dcb8b18d9eed794f78baa (commit)
       via  fdbc9f9b32beb22e792851a29419ba34f52c0594 (commit)
       via  dd6c43ecbd613dcc22d9a0007c9dc53a46053fba (commit)
      from  ad3937df58cf294d902e04ca741e6ce4dfb832b0 (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 424c33bcb7b25caef303a1e673a16d8ceee4dd09
Author: goldsimon <address@hidden>
Date:   Tue Jan 30 21:50:41 2018 +0100

    tcp_out: combine the tx path of the 4 direct tx functions
    
    tcp_rst, tcp_send_empty_ack, tcp_keepalive and tcp_zero_window_probe
    all execute the same instructions to send a segment pbuf.
    Combined into tcp_output_control_segment().

commit 9128a51944e5b014994327c0c545131c4acf753f
Author: goldsimon <address@hidden>
Date:   Tue Jan 30 21:46:48 2018 +0100

    tcp_out: make tcp_output_alloc_header generic enough for tcp_rst

commit 1570dd8ad1c6afd2438dcb8b18d9eed794f78baa
Author: goldsimon <address@hidden>
Date:   Tue Jan 30 21:43:18 2018 +0100

    tcp_abandon: no need to buffer pcb->local_port

commit fdbc9f9b32beb22e792851a29419ba34f52c0594
Author: goldsimon <address@hidden>
Date:   Tue Jan 30 21:06:44 2018 +0100

    tcp_out: move around functions to group them together
    
    This file has been a mess regarding the order of the functions.
    By moving them around, they can be grouped into functions taking
    part in normal data transmission (via unsent/unacked) and control
    segments (which are allocated, directly sent and freed).
    
    Signed-off-by: goldsimon <address@hidden>

commit dd6c43ecbd613dcc22d9a0007c9dc53a46053fba
Author: goldsimon <address@hidden>
Date:   Tue Jan 30 20:49:47 2018 +0100

    tcp_out: documentation update

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

Summary of changes:
 src/core/tcp.c     |    4 +-
 src/core/tcp_out.c | 1183 ++++++++++++++++++++++++++--------------------------
 2 files changed, 595 insertions(+), 592 deletions(-)


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



reply via email to

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