整理代码
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user