Home | History | Annotate | Download | only in apps

Lines Matching refs:socket_mtu

627 	long socket_mtu = 0;
841 socket_mtu = atol(*(++argv));
1360 if (socket_mtu > 28)
1363 SSL_set_mtu(con, socket_mtu - 28);