corrected data link receive of large packets that were reporting a actual PDU length but not loading the PDU.

This commit is contained in:
skarg
2005-05-05 10:39:07 +00:00
parent 0c5809cc37
commit 3fb559b60a
5 changed files with 14 additions and 4 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ BASEDIR = .
#CFLAGS = -Wall -I. -O2 -g
# Note: you can strip out symbols using the strip command
# to get an idea of how big the compile really is.
#CFLAGS = -Wall -I. -g -DBACDL_ETHERNET=1
CFLAGS = -Wall -I. -Iports/linux -g -DBACDL_BIP=1
CFLAGS = -Wall -I. -g -DBACDL_ETHERNET=1
#CFLAGS = -Wall -I. -Iports/linux -g -DBACDL_BIP=1
SRCS = ports/linux/main.c \
ports/linux/ethernet.c \