From: Gerrit Renker Date: Sun, 23 May 2010 05:43:04 +0000 (+0200) Subject: net: generic code to query the maximum message size X-Git-Tag: v0.4.3~13^2~9 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=666243e5776fd4609ef81ec6781f9eb9d9999700;hp=666243e5776fd4609ef81ec6781f9eb9d9999700 net: generic code to query the maximum message size This adds a fallback routine to determine the address-family specific maximum message size (MMS). This value is an over-estimation of the maximum payload size that the network layer can take, i.e. it returns the maximum size for transport-layer header and transport-layer payload. ---