<div dir="ltr">Use dig to reproduce this bug, it will TCP timeout.<br><br>dig <a href="http://example.com">example.com</a> +tcp<br><br>It should be introduced in commit 51f7bc924cbcdeb09cbb83249b70c121d1ffa31e<br><br>I try to fix this typo and the TCP query works as usual:<br><br>Change tcp_request() in forward.c:<br><br>Wrong:<br>server_send(last_server, last_server->tcpfd, packet, m + sizeof(u16), MSG_FASTOPEN);<br><br>Correct:<br>server_send(last_server, last_server->tcpfd, packet, size + sizeof(u16), MSG_FASTOPEN);<br><div><br></div><div>Go on and fix, thanks!</div><div><br></div><div>Kinds regards,</div><div><br></div><div>Xingcong Li</div></div>