[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. 80cc988f2f27479c6e75cfa986e706382dd47c48 |
Date: |
Mon, 07 Mar 2016 15:38:57 +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 80cc988f2f27479c6e75cfa986e706382dd47c48 (commit)
from 076795562e6f8e7cbe4061be18b5e54a93a2e492 (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 80cc988f2f27479c6e75cfa986e706382dd47c48
Author: Joel Cunningham <address@hidden>
Date: Wed Mar 2 16:16:33 2016 -0600
Optimize sendmsg UDP pbuf chain creation
This commit optimizes the sendmsg UDP pbuf chain creation by not
allocating/freeing a netbuf per io vector and instead building a pbuf
chain directly in the sockets layer
-----------------------------------------------------------------------
Summary of changes:
src/api/sockets.c | 41 +++++++++++++++++++++--------------------
1 files changed, 21 insertions(+), 20 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 80cc988f2f27479c6e75cfa986e706382dd47c48,
Joel Cunningham <=