V_maxfragsperpacket
if (V_noreass == 1 || V_maxfragsperpacket == 0 ||
if (fp->ipq_nfrags > V_maxfragsperpacket)
V_maxfragsperpacket = 16;