I believe that we should use current MAX_MSG_ABSOLUTE constant only for parsing incoming packet. It is too big for standard network configuration as it will cause fragmentation which almost always is a problem. I think maximum generated packet size should be no more than 1452 = 1500 - 40 (ipv6 header) - 8 (udp header). For bigger packets there might be a special setting.
I believe that we should use current
MAX_MSG_ABSOLUTEconstant only for parsing incoming packet. It is too big for standard network configuration as it will cause fragmentation which almost always is a problem. I think maximum generated packet size should be no more than 1452 = 1500 - 40 (ipv6 header) - 8 (udp header). For bigger packets there might be a special setting.