enabling ping replies

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

enabling ping replies

2,949 次查看
Mike_d
Contributor IV
How do I configure MQX so that it responds to a ping request?
标签 (1)
标记 (1)
0 项奖励
回复
1 回复

1,376 次查看
MichalH
NXP Apps Support
NXP Apps Support

Ping replies can be enabled by enabling ICMP protocol support in [MQX]/config/<board>/user_config.h.

 

Please add the

#define RTCSCFG_ENABLE_ICMP 1

anywhere in the user_config.h file.

 

This protocol is enabled by default in precompiled libraries coming with the MQX release.

 

0 项奖励
回复