Kernel Panics in my NKE
Kernel Panics in my NKE
- Subject: Kernel Panics in my NKE
- From: Matt Jaffa <email@hidden>
- Date: Mon, 21 Jun 2004 21:58:00 -0600
Hi,
I was wondering if there is a limit within a NKE of how much data can
be allocated.
For instance my NKE is working great until a packet with a length of
65000+ come in and when this line
is reached unsigned char buffer[sizeofpacket] it crashes cause it
is too big I guess, usually packets are only 2 - 1000 so this has no
problem, when I remove that line of code my NKE never crashes.
So what is the limit of what I can do? I mean the size of the unsigned
char buffer[size].
Matt
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.