This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PC机应用层收不到DSP6678发上来的BOOTP 包



我在用EMAC模式引导程序的时候,能够实现多核boot过程。我想自己编程在PC上实现这个过程,现在遇到如下问题

用wireshark抓包软件能够抓到6678发上来的bootp包。使用套接字socket编程,绑定了本地端口为67,却无法接收到bootp包(能够收到其他的DHCP包)。使用的编程工具自带的控件和第三方的网络调试器软件也是同样的问题。