Networking: Move net/ipv6 to net/neighbor

This commit is contained in:
Gregory Nutt
2015-01-16 16:49:48 -06:00
parent 1be7285567
commit 0f364f6ae6
7 changed files with 32 additions and 27 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ int devif_timer(FAR struct net_driver_s *dev, devif_poll_callback_t callback,
/* Increment the timer used by the IP reassembly logic */
#if defined(CONFIG_NET_TCP_REASSEMBLY) && !defined(CONFIG_NET_IPv6)
#if defined(CONFIG_NET_TCP_REASSEMBLY) && defined(CONFIG_NET_IPv4)
if (g_reassembly_timer != 0 &&
g_reassembly_timer < CONFIG_NET_TCP_REASS_MAXAGE)
{