lwip-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RFC (Was: Re: [lwip-members] Branching on friday)


From: Jani Monoses
Subject: Re: RFC (Was: Re: [lwip-members] Branching on friday)
Date: Fri, 15 Nov 2002 13:13:05 +0200

At least the unix demo/tapif interface should be correct.
If the eth driver only needs the change you mentioned for
XXXX_output I'll commit this...


--- src/arch/unix/netif/tapif.c 19 Oct 2002 13:00:51 -0000      1.1.1.1
+++ src/arch/unix/netif/tapif.c 15 Nov 2002 11:27:40 -0000
@@ -262,6 +262,8 @@
   p = etharp_output(netif, ipaddr, p);
   if(p != NULL) {
     return low_level_output(netif, p);
+    etharp_output_sent(p);
+    p = NULL;
   }
   return ERR_OK;
 }


> 
> Could everyone pls. indicate what issues you think are still outstanding
> before we release anything as 0.6.x?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]