Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
LWIP
lwip2.02
netconn
LWIP TCP连接失败
发布于 2021-02-02 13:38:12 浏览:1528
订阅该版
各位大佬 小弟初学LWIP TCP连接一直失败,从wireshark上也没有抓到包.求大佬帮忙捞下。 ``` pbuf_remove_header: old 20016e44 new 20016e正在获取地址... 网卡en的MAC地址为:................2.0.0.44.0.83 通过DHCP获取到IP地址..............10.66.128.62 通过DHCP获取到子网掩码............255.255.252.0 通过DHCP获取到的默认网关..........10.66.128.1 dhcp_release_and_stop() pbuf_alloc(length=308) pbuf_alloc(length=308) == 200086f8 transaction id xid(abcd0002) pbuf_add_header: old 20008740 new 20008738 (8) udp_send: added header in given pbuf 200086f8 udp_send: sending datagram of length 316 udp_send: UDP packet length 316 udp_send: UDP checksum 0x0000 udp_send: ip_output_if (,,,,0x11,) pbuf_add_header: old 20008738 new 20008724 (20) ip4_output_if: en0 IP header: +-------------------------------+ | 4 | 5 | 0x00 | 336 | (v, hl, tos, len) +-------------------------------+ | 4 |000| 0 | (id, flags, offset) +-------------------------------+ | 255 | 17 | 0x0000 | (ttl, proto, chksum) +-------------------------------+ | 10 | 66 | 128 | 62 | (src) +-------------------------------+ | 192 | 168 | 26 | 134 | (dest) +-------------------------------+ ip4_output_if: call netif->output() etharp_find_entry: found empty entry 1 etharp_find_entry: selecting empty entry 1 etharp_request: sending ARP request. pbuf_alloc(length=28) pbuf_alloc(length=28) == 2000887c etharp_raw: sending raw ARP packet. pbuf_add_header: old 2000889c new 2000888e (14) ethernet_output: sending packet 2000887c pbuf_free(2000887c) pbuf_free: deallocating 2000887c etharp_query: queued packet 200086f8 on ARP entry 1 pbuf_free(200086f8) pbuf_free: 200086f8 has ref 1, ending here. dhcp_release: RELEASED, DHCP_STATE_OFF netif_set_ipaddr: netif address being changed netif: netmask of interface en set to 0.0.0.0 netif: GW address of interface en set to 0.0.0.0 52 (14) ip_input: iphdr->dest 0xff83420a netif->ip_addr 0x0 (0x0, 0x0, 0xff83420a) ip4_input: UDP packet to DHCP client port 1947 ip4_input: packet not for us. pbuf_free(20016e34) pbuf_free: deallocating 20016e34 pbuf_alloc(length=60) pbuf_alloc(length=60) == 20016e34 tcpip_thread: PACKET 2000fb00 ethernet_input: dest:ff:ff:ff:ff:ff:ff, src:04:fe:8d:9e:de:0d, type:806 pbuf_remove_header: old 20016848 new 20016856 (14) etharp_update_arp_entry: 10.66.128.1 - 04:fe:8d:9e:de:0d etharp_find_entry: found matching entry 1 etharp_update_arp_entry: updating stable entry 1 pbuf_add_header: old 20008724 new 20008716 (14) ethernet_output: sending packet 200086f8 pbuf_free(200086f8) pbuf_free: deallocating 200086f8 etharp_input: incoming ARP request etharp_input: we are unconfigured, ARP request ignored. pbuf_free(20016838) pbuf_free: deallocating 20016838 pbuf_alloc(length=60) pbuf_alloc(length=60) == 20016838 tcpip_thread: PACKET 2000fb00 ethernet_input: dest:ff:ff:ff:ff:ff:ff, src:04:fe:8d:9e:de:0d, type:806 pbuf_remove_header: old 20016e44 new 20016e52 (14) etharp_update_arp_entry: 10.66.128.1 - 04:fe:8d:9e:de:0d etharp_find_entry: found matching entry 1 etharp_update_arp_entry: updating stable entry 1 etharp_input: incoming ARP request etharp_input: we are unconfigured, ARP request ignored. pbuf_free(20016e34) pbuf_free: deallocating 20016e34 pbuf_alloc(length=60) pbuf_alloc(length=60) == 20016e34 tcpip_thread: PACKET 2000fb00 ethernet_input: dest:ff:ff:ff:ff:ff:ff, src:70:b5:e8:38:69:40, type:806 pbuf_remove_header: old 20016848 new 20016856 (14) etharp_update_arp_entry: 10.66.129.114 - 70:b5:e8:38:69:40 etharp_find_entry: found empty entry 2 etharp_find_entry: no empty entry found and not allowed to recycle etharp_input: incoming ARP request etharp_input: we are unconfigured, ARP request ignored. pbuf_free(20016838) pbuf_free: deallocating 20016838 sct calling h=ip_reass_tmr t=33 arg=08019090 ``` ![image.png](https://oss-club.rt-thread.org/uploads/20210202/f5725198a7aeca97669d17fb0b445e68.png)
查看更多
1
个回答
默认排序
按发布时间排序
aozima
2021-02-02
调网络不抓包,调I2C等时序不上逻辑分析仪,就像电工不用万用表!多用整理的好的文字,比截图更省流量,还能在整理过程中思考。
先ifconfig看一下当前网卡状态
撰写答案
登录
注册新账号
关注者
0
被浏览
1.5k
关于作者
EUXS_4401
这家伙很懒,什么也没写!
提问
4
回答
2
被采纳
0
关注TA
发私信
相关问题
1
RT-THREAD在STM32H747平台上移植lwip
2
{lwip}使能RT_LWIP_DHCP时可以获取到ip
3
stm32f103 LWIP 2.0.2 TCP收发问题
4
lwip2.1不重启修改IP
5
关于网络协议栈的测试
6
可否将LWIP升级到2.1.2 和 2.0.3?
7
socket(AF_INET, SOCK_RAW, IPPROTO_UDP);
8
tcpclient 插拔网线问题?
9
两个tcpclient同时通讯可以吗?
10
SO_BINDTODEVICE 未定义该如何解决
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
使用百度AI助手辅助编写一个rt-thread下的ONVIF设备发现功能的功能代码
2
RT-Thread 发布 EtherKit开源以太网硬件!
3
rt-thread使用cherryusb实现虚拟串口
4
《C++20 图形界面程序:速度与渲染效率的双重优化秘籍》
5
《原子操作:程序世界里的“最小魔法单位”解析》
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
ESP8266
I2C_IIC
WIZnet_W5500
ota在线升级
UART
PWM
cubemx
freemodbus
flash
packages_软件包
BSP
潘多拉开发板_Pandora
定时器
ADC
GD32
flashDB
socket
中断
Debug
编译报错
msh
SFUD
keil_MDK
rt_mq_消息队列_msg_queue
at_device
ulog
C++_cpp
本月问答贡献
踩姑娘的小蘑菇
7
个答案
3
次被采纳
张世争
8
个答案
2
次被采纳
rv666
5
个答案
2
次被采纳
a1012112796
13
个答案
1
次被采纳
用户名由3_15位
11
个答案
1
次被采纳
本月文章贡献
程序员阿伟
6
篇文章
2
次点赞
hhart
3
篇文章
4
次点赞
大龄码农
1
篇文章
2
次点赞
ThinkCode
1
篇文章
1
次点赞
Betrayer
1
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部