optmem_max

file: /proc/sys/net/optmem_max
variable: net.optmem_max
Official reference

Maximum ancillary buffer size allowed per socket. Ancillary data is a sequence of struct cmsghdr structures with appended data. TCP tx zerocopy also uses optmem_max as a limit for its internal structures.

Default : 128 KB