summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-25 20:32:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-25 20:32:51 +0000
commitbc2bd8db0a30ec061da8bbe6f2cb66ba1f18823a (patch)
tree9e87c53b7243b0242a04eccdae348d119e0032dd /nuttx/TODO
parent4868b089980d89f0704b230a11508ae74b0e2601 (diff)
downloadpx4-nuttx-bc2bd8db0a30ec061da8bbe6f2cb66ba1f18823a.tar.gz
px4-nuttx-bc2bd8db0a30ec061da8bbe6f2cb66ba1f18823a.tar.bz2
px4-nuttx-bc2bd8db0a30ec061da8bbe6f2cb66ba1f18823a.zip
Restore uip_arp_ipin()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3131 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO8
1 files changed, 3 insertions, 5 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 52ba42407..99e5600d9 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -214,11 +214,9 @@ o Network (net/, drivers/net)
Description: Outgoing packets are dropped and overwritten by ARP packets
if the destination IP has not been mapped to a MAC. Could
improve send() performance by explicitly performing ARP before
- sending the packet.
- ---
- Or by enabling arpin() logic. NOTE: From the uIP forum: "You
- can use the function but it has a bug. You'll need to comment
- this line: uip_len -= sizeof(struct uip_eth_hdr);"
+ sending the packet (or by enabling CONFIG_NET_ARP_IPIN logic.
+ This could, however have negative impacts on busy networks and
+ could require a large value for CONFIG_NET_ARPTAB_SIZE).
Status: Open
Priority: Medium