整理代码

This commit is contained in:
2025-10-10 17:02:17 +08:00
parent 99a4282aca
commit e3d28917b8
2 changed files with 13 additions and 39 deletions

View File

@@ -139,7 +139,7 @@ static void udp_recv_proc(void *arg, struct udp_pcb *upcb, struct pbuf *p, const
ip4_addr_t host_addr;
dns_answer_t *answer;
rt_kprintf("DNS query\n");
// rt_kprintf("DNS query\n");
(void)arg;
if (p->len <= sizeof(dns_header_t)) goto error;