Formatting fix.
This commit is contained in:
parent
b7d0d35a13
commit
3e82dfdf2d
@ -843,7 +843,7 @@ re_start:
|
|||||||
BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout);
|
BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( socket_mtu > 28)
|
if (socket_mtu > 28)
|
||||||
{
|
{
|
||||||
SSL_set_options(con, SSL_OP_NO_QUERY_MTU);
|
SSL_set_options(con, SSL_OP_NO_QUERY_MTU);
|
||||||
SSL_set_mtu(con, socket_mtu - 28);
|
SSL_set_mtu(con, socket_mtu - 28);
|
||||||
|
@ -1657,7 +1657,7 @@ static int sv_body(char *hostname, int s, unsigned char *context)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if ( socket_mtu > 28)
|
if (socket_mtu > 28)
|
||||||
{
|
{
|
||||||
SSL_set_options(con, SSL_OP_NO_QUERY_MTU);
|
SSL_set_options(con, SSL_OP_NO_QUERY_MTU);
|
||||||
SSL_set_mtu(con, socket_mtu - 28);
|
SSL_set_mtu(con, socket_mtu - 28);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user