Accepted patch #5493 IP frag/reass config item tweak.

This commit is contained in:
christiaans
2006-11-27 14:48:21 +00:00
parent 976bce4c7f
commit b4f1deaa46
4 changed files with 23 additions and 15 deletions

View File

@@ -298,8 +298,7 @@ nullreturn:
return NULL;
}
#define MAX_MTU 1500
static u8_t buf[MEM_ALIGN_SIZE(MAX_MTU)];
static u8_t buf[MEM_ALIGN_SIZE(IP_FRAG_MAX_MTU)];
/**
* Fragment an IP datagram if too large for the netif.