I have a receiver and a sender running. The sender send a packet to the receiver, and the receiver sends an Ack back.<br><br>My program runs ok with UDP sendto(), but after I change it to use MNL_sendto(), only the receiver receive the packet from sender, but the sender doesn&#39;t get the ack. In the MNLDaemon, it shows that the ack was transmitted just like the data, but the receiver hung waiting for the ack. I don&#39;t know what I do wrong.
<br clear="all"><br>-- <br>Haley Nguyen