X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2FIPBaseStation%2FMakefile;h=3bf898933dba13f1eabc520dd4033e109fbd870e;hb=152cde92b9bc426618d0ebb1c96736304ec2d85f;hp=f2135530796f4699104a58db002395d5a73c7d31;hpb=d5035c5588f36182f7802863bc966d5dea1fc498;p=tinyos-2.x.git diff --git a/apps/IPBaseStation/Makefile b/apps/IPBaseStation/Makefile index f2135530..3bf89893 100644 --- a/apps/IPBaseStation/Makefile +++ b/apps/IPBaseStation/Makefile @@ -12,7 +12,9 @@ CFLAGS += -DNO_IP_MALLOC # memmove. This doesn't mean that motes running blip also need this-- # they can use IFRAMES or IEEE154FRAMES CFLAGS += -DIEEE154FRAMES_ENABLED -CFLAGS += -DTOSH_DATA_LENGTH=104 +# when using IEEE154Frames, the maximum payload size is 2 larger, +# since the header is two smaller. +BLIP_L2_MTU = 104 # # debugging #