MT_TXP_MAX_LEN
nfrags = len / MT_TXP_MAX_LEN;
head_len = nfrags ? MT_TXP_MAX_LEN : len;
frag_len = len % MT_TXP_MAX_LEN;
frag_len = MT_TXP_MAX_LEN;