Home | History | Annotate | Download | only in apps

Lines Matching refs:socket_mtu

306 static long socket_mtu;
1271 socket_mtu = atol(*(++argv));
2038 if (socket_mtu > 28)
2041 SSL_set_mtu(con, socket_mtu - 28);