hi, all
when i pache mono's kernel modify, i find this:
#ifndef IPSTATE_SIZE
# define IPSTATE_SIZE 5737
#endif
#ifndef IPSTATE_MAX
# define IPSTATE_MAX 4013 /* Maximum number of states held */
#endif
is still same of before.
where is IPSTATE_MAX and IPSTATE_SIZE been define ? and what number
it been defined . I want modify it to perform my application. I am
fuzzy now.
thanks. |