K 10 svn:author V 5 andre K 8 svn:date V 27 2006-01-18T13:24:24.000000Z K 7 svn:log V 326 MFC jumbo mbuf cluster allocation API providing 4k, 9k and 16k clusters: struct mbuf *m_getjcl(int how, short type, int flags, int size) void *m_cljget(struct mbuf *m, int how, int size) For size both take MCLBYTES, MJUM4BYTES, MJUM9BYTES, MJUM16BYTES. Tested by: glebius Sponsored by: TCP/IP Optimization Fundraise 2005 END