Author: jgardou
Date: Wed Nov 12 11:39:07 2014
New Revision: 65387

URL: http://svn.reactos.org/svn/reactos?rev=65387&view=rev
Log:
[LWIP]
 - Do not pad ethernet headers.
Now the DHCP server properly receives our DHCP requests

Modified:
    branches/tcpip_revolution/lib/drivers/lwip/src/include/lwipopts.h

Modified: branches/tcpip_revolution/lib/drivers/lwip/src/include/lwipopts.h
URL: 
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/lib/drivers/lwip/src/include/lwipopts.h?rev=65387&r1=65386&r2=65387&view=diff
==============================================================================
--- branches/tcpip_revolution/lib/drivers/lwip/src/include/lwipopts.h   
[iso-8859-1] (original)
+++ branches/tcpip_revolution/lib/drivers/lwip/src/include/lwipopts.h   
[iso-8859-1] Wed Nov 12 11:39:07 2014
@@ -17,8 +17,6 @@
 #define LWIP_ARP                        1
 
 #define ARP_QUEUEING                    0
-
-#define ETH_PAD_SIZE                    2
 
 #define IP_FORWARD                      0
 


Reply via email to