summaryrefslogtreecommitdiff
path: root/nuttx/net/uip/uip_iobsend.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-23 19:38:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-23 19:38:10 -0600
commit83125b53f24bb60c2076487ca1424af9b0de87da (patch)
tree8fce55f6e5a5816914218278195b346bf8c56083 /nuttx/net/uip/uip_iobsend.c
parent9de1aa22302e1eae4e094794266ab83b5afb79f1 (diff)
downloadnuttx-83125b53f24bb60c2076487ca1424af9b0de87da.tar.gz
nuttx-83125b53f24bb60c2076487ca1424af9b0de87da.tar.bz2
nuttx-83125b53f24bb60c2076487ca1424af9b0de87da.zip
Update Changelog
Diffstat (limited to 'nuttx/net/uip/uip_iobsend.c')
-rw-r--r--nuttx/net/uip/uip_iobsend.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/net/uip/uip_iobsend.c b/nuttx/net/uip/uip_iobsend.c
index fc1d716f3..dde2dfeb2 100644
--- a/nuttx/net/uip/uip_iobsend.c
+++ b/nuttx/net/uip/uip_iobsend.c
@@ -88,6 +88,9 @@
* Called from socket logic in response to a xmit or poll request from the
* the network interface driver.
*
+ * This is identical to calling uip_send() except that the data is
+ * in an I/O buffer chain, rather than a flat buffer.
+ *
* Assumptions:
* Called from the interrupt level or, at a minimum, with interrupts
* disabled.