summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-30 19:09:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-30 19:09:23 -0600
commit00d337bc4d48fde61f37ad21e6b07bee3105b7d3 (patch)
treedf6d409b56236989e65a24d030e02ff30dbe236e /nuttx/drivers
parent3e9da6c0f0ca85e1d4db88f3b592da1f75a0cbab (diff)
downloadpx4-nuttx-00d337bc4d48fde61f37ad21e6b07bee3105b7d3.tar.gz
px4-nuttx-00d337bc4d48fde61f37ad21e6b07bee3105b7d3.tar.bz2
px4-nuttx-00d337bc4d48fde61f37ad21e6b07bee3105b7d3.zip
NET: Rename uip_mss to tcp_mss
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/net/slip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/net/slip.c b/nuttx/drivers/net/slip.c
index 7746c4e20..a13233185 100644
--- a/nuttx/drivers/net/slip.c
+++ b/nuttx/drivers/net/slip.c
@@ -102,7 +102,7 @@
* a MTU of 296 and window of 256, but actually only sends 168 bytes of data:
* 40 + 128. I believe that is to allow for the 2x worst cast packet
* expansion. Ideally we would like to advertise the 256 MSS, but restrict
- * uIP to 128 bytes (possibly by modifying the uip_mss() macro).
+ * uIP to 128 bytes (possibly by modifying the tcp_mss() macro).
*/
#if CONFIG_NET_BUFSIZE < 296