This commit is contained in:
黎醒聪
2021-03-22 22:00:26 +00:00
committed by Simon Kelley
parent e10a9239e1
commit ffa4628faa

View File

@@ -2003,7 +2003,7 @@ unsigned char *tcp_request(int confd, time_t now,
}
#ifdef MSG_FASTOPEN
server_send(last_server, last_server->tcpfd, packet, m + sizeof(u16), MSG_FASTOPEN);
server_send(last_server, last_server->tcpfd, packet, size + sizeof(u16), MSG_FASTOPEN);
if (errno == 0)
data_sent = 1;