BIO_CTRL_DGRAM_SET_MTU

set cached value for MTU. want to use this if asking the kernel fails

extern (C) nothrow @nogc
enum BIO_CTRL_DGRAM_SET_MTU = 42;

Meta